diff options
Diffstat (limited to 'graphics/tuxpaint-stamps/Makefile.patch')
-rw-r--r-- | graphics/tuxpaint-stamps/Makefile.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/tuxpaint-stamps/Makefile.patch b/graphics/tuxpaint-stamps/Makefile.patch new file mode 100644 index 0000000000000..b41eda67179e1 --- /dev/null +++ b/graphics/tuxpaint-stamps/Makefile.patch @@ -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 |