aboutsummaryrefslogtreecommitdiffstats
path: root/testing/netpbm/01-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/netpbm/01-makefile.patch')
-rw-r--r--testing/netpbm/01-makefile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/netpbm/01-makefile.patch b/testing/netpbm/01-makefile.patch
new file mode 100644
index 0000000000..9658a5bd10
--- /dev/null
+++ b/testing/netpbm/01-makefile.patch
@@ -0,0 +1,11 @@
+--- a/GNUmakefile.orig
++++ b/GNUmakefile
+@@ -252,7 +252,7 @@
+ echo " make package pkgdir=/tmp/newnetpbm "; \
+ false; \
+ fi
+- mkdir $(PKGDIR)
++ mkdir -p $(PKGDIR)
+ echo "Netpbm install package made by 'make package'" \
+ >$(PKGDIR)/pkginfo
+ date >>$(PKGDIR)/pkginfo