1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/testing/netpbm/01-makefile.patch
Tom Parker-Shemilt d3b64a698a testing/netpbm: new aport
http://netpbm.sourceforge.net/
A toolkit for manipulation of graphic images
2020-01-18 19:25:47 +01:00

11 lines
281 B
Diff

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