1
0
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:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions

View 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)