[tex-live] DESTDIR not working
Karl Berry
karl at freefriends.org
Thu Aug 17 23:05:42 CEST 2006
--- libs/freetype2/configure
+++ libs/freetype2/configure 2006-08-15 15:38:44.000000000 +0000
@@ -91,6 +91,10 @@
# call make
-CFG="$@" $GNUMAKE setup unix
+CFG=
+for x in ${1+"$@"}; do
+ CFG="$CFG \"$x\""
+done
+CFG=$CFG $GNUMAKE setup unix
# eof
I applied it. Werner L., is it ok for you? Will you apply it (or an
equivalent) in the original?
Thanks,
Karl
More information about the tex-live
mailing list