mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
graphics/tuxpaint-stamps: Added patch to fix building on 13.37.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
4da7b2be89
commit
e9f2a79869
2 changed files with 16 additions and 0 deletions
13
graphics/tuxpaint-stamps/Makefile.patch
Normal file
13
graphics/tuxpaint-stamps/Makefile.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- Makefile.old 2011-02-20 21:52:03.827462749 +0100
|
||||
+++ Makefile 2011-02-20 21:52:16.847462674 +0100
|
||||
@@ -79,9 +79,7 @@ releaseclean:
|
||||
@rm -rf "build/tuxpaint-stamps-$(VER_DATE)" "build/tuxpaint-stamps-$(VER_DATE).tar.gz"
|
||||
@-if [ -d build ] ; then rmdir build ; fi
|
||||
|
||||
-releasedir: build/tuxpaint-stamps-$(VER_DATE)
|
||||
-
|
||||
-build/tuxpaint-stamps-$(VER_DATE):
|
||||
+releasedir:
|
||||
@echo
|
||||
@echo "Creating release directory"
|
||||
@echo
|
|
@ -31,6 +31,9 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# http://sourceforge.net/tracker/index.php?func=detail&aid=3187557&group_id=66938&atid=516295
|
||||
patch -p0 < $CWD/Makefile.patch
|
||||
|
||||
make DATA_PREFIX=$PKG/usr/share/tuxpaint/ install-all
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
Loading…
Reference in a new issue