diff options
author | hollywoodb <hollywoodb@fastmail.fm> | 2010-05-11 14:28:17 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:28:17 +0200 |
commit | d9e95f118596642682bc4d0eba131006ecbad3e8 (patch) | |
tree | 6d43d3a0205d90ded981b72ab2026f05371a34f2 /games/blobAndConquer/makefile.diff | |
parent | 56b0b438da719976cf8d651455ba5e14f7976867 (diff) | |
download | slackbuilds-d9e95f118596642682bc4d0eba131006ecbad3e8.tar.gz |
games/blobAndConquer: Initial import
Diffstat (limited to 'games/blobAndConquer/makefile.diff')
-rw-r--r-- | games/blobAndConquer/makefile.diff | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/games/blobAndConquer/makefile.diff b/games/blobAndConquer/makefile.diff new file mode 100644 index 0000000000..ce2281b5ca --- /dev/null +++ b/games/blobAndConquer/makefile.diff @@ -0,0 +1,30 @@ +diff -Naur blobAndConquer-0.7.orig/makefile blobAndConquer-0.7/makefile +--- blobAndConquer-0.7.orig/makefile 2006-12-06 14:42:21.000000000 -0600 ++++ blobAndConquer-0.7/makefile 2006-12-17 02:33:14.000000000 -0600 +@@ -13,7 +13,7 @@ + PREFIX = $(DESTDIR)/usr
+ BINDIR = $(PREFIX)/games
+ DATADIR = $(PREFIX)/share/games/blobAndConquer
+-DOCDIR = $(PREFIX)/share/doc/$(PROG)
++DOCDIR = $(PREFIX)/doc/$(PROG)-$(VERSION).$(RELEASE)
+ ICONDIR = $(PREFIX)/share/icons
+ MENUDIR = $(PREFIX)/share/applications
+
+@@ -81,6 +81,8 @@ + mkdir -p $(BINDIR)
+ mkdir -p $(DATADIR)
+ mkdir -p $(DOCDIR)
++ mkdir -p $(ICONDIR)
++ mkdir -p $(MENUDIR)
+
+ cp $(PROG) $(BINDIR)/$(PROG)
+
+@@ -90,7 +92,7 @@ + cp -R sound $(DATADIR)
+ cp -R textures $(DATADIR)
+
+- cp -R doc $(DOCDIR)
++ cp -R doc/* $(DOCDIR)
+
+ cp icons/blobAndConquer.png $(ICONDIR)
+ cp icons/blobAndConquer.desktop $(MENUDIR)
|