commit f6f6c25

hovercats  ·  2024-04-16 19:44:14 +0000 UTC
parent ebd1739
perl: set DESTDIR
1 files changed,  +1, -1
+1, -1
1@@ -34,7 +34,7 @@ export CFLAGS="$CFLAGS -DNO_POSIX_2008_LOCALE -D_GNU_SOURCE"
2     -Dd_static_inline
3 
4 make
5-make install
6+make DESTDIR="$1" install
7 
8 # Remove all unneeded files.
9 find "$1" -name \*.pod       -exec rm -f {} +