mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-23 04:53:33 +01:00
initial import
This commit is contained in:
16
media-plugins/xmms-dscope/files/dscope-v1.3.1-destdir.patch
Normal file
16
media-plugins/xmms-dscope/files/dscope-v1.3.1-destdir.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
--- Makefile.old 2002-11-10 11:01:05.000000000 -0800
|
||||
+++ Makefile 2003-03-28 19:37:54.000000000 -0800
|
||||
@@ -31,9 +31,10 @@
|
||||
rm -f *.o core *~
|
||||
|
||||
install:
|
||||
- install lib$(NAME).so $(INSTALL-DIR)
|
||||
- mkdir -p $(XMMS_DATADIR)/$(THEME_SUBDIR)
|
||||
- install bg_*.xpm $(XMMS_DATADIR)/$(THEME_SUBDIR)
|
||||
+ mkdir -p $(DESTDIR)/$(INSTALL-DIR)
|
||||
+ install lib$(NAME).so $(DESTDIR)/$(INSTALL-DIR)
|
||||
+ mkdir -p $(DESTDIR)/$(XMMS_DATADIR)/$(THEME_SUBDIR)
|
||||
+ install bg_*.xpm $(DESTDIR)/$(XMMS_DATADIR)/$(THEME_SUBDIR)
|
||||
|
||||
release: lib$(NAME).so
|
||||
strip lib$(NAME).so
|
||||
Reference in New Issue
Block a user