mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-19 16:03:32 +02:00
initial import
This commit is contained in:
13
media-plugins/xmms-dflowers/files/dflowers-1.2-destdir.patch
Normal file
13
media-plugins/xmms-dflowers/files/dflowers-1.2-destdir.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- Makefile.orig 2002-05-14 19:53:53.000000000 +0200
|
||||
+++ Makefile 2002-05-14 19:54:26.000000000 +0200
|
||||
@@ -30,6 +30,7 @@
|
||||
rm -f *.o core *~
|
||||
|
||||
install:
|
||||
- install libdflowers.so $(INSTALL-DIR)
|
||||
- mkdir -p $(XMMS_DATADIR)/$(THEME_SUBDIR)
|
||||
- install bg_*.xpm $(XMMS_DATADIR)/$(THEME_SUBDIR)
|
||||
+ mkdir -p $(DESTDIR)$(INSTALL-DIR)
|
||||
+ install libdflowers.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