mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-20 00:13:31 +02:00
initial import
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
--- Makefile.orig 2002-05-14 19:02:50.000000000 +0200
|
||||
+++ Makefile 2002-05-14 19:20:57.000000000 +0200
|
||||
@@ -29,6 +29,7 @@
|
||||
rm -f *.o core *~
|
||||
|
||||
install:
|
||||
- install libdspectral.so $(INSTALL-DIR)
|
||||
- mkdir -p $(XMMS_DATADIR)/$(THEME_SUBDIR)
|
||||
- install bg_*.xpm $(XMMS_DATADIR)/$(THEME_SUBDIR)
|
||||
+ mkdir -p $(DESTDIR)/$(INSTALL-DIR)
|
||||
+ install libdspectral.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