mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-03 16:25:49 +01:00
initial import
This commit is contained in:
13
media-plugins/xmms-dscope/files/dscope-1.2-destdir.patch
Normal file
13
media-plugins/xmms-dscope/files/dscope-1.2-destdir.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- Makefile.orig 2001-01-20 15:18:28.000000000 +0100
|
||||
+++ Makefile 2002-05-14 19:45:54.000000000 +0200
|
||||
@@ -29,6 +29,7 @@
|
||||
rm -f *.o core *~
|
||||
|
||||
install:
|
||||
- install libdscope.so $(INSTALL-DIR)
|
||||
- mkdir -p $(XMMS_DATADIR)/$(THEME_SUBDIR)
|
||||
- install bg_*.xpm $(XMMS_DATADIR)/$(THEME_SUBDIR)
|
||||
+ mkdir -p $(DESTDIR)$(INSTALL-DIR)
|
||||
+ install libdscope.so $(DESTDIR)$(INSTALL-DIR)
|
||||
+ mkdir -p $(DESTDIR)$(XMMS_DATADIR)/$(THEME_SUBDIR)
|
||||
+ install bg_*.xpm $(DESTDIR)$(XMMS_DATADIR)/$(THEME_SUBDIR)
|
||||
Reference in New Issue
Block a user