[Lunar-commits] r23482 - moonbase/trunk/perl/perl
Stefan Wold
ratler at lunar-linux.org
Sun Mar 4 11:36:32 CET 2007
Author: ratler
Date: 2007-03-04 11:36:32 +0100 (Sun, 04 Mar 2007)
New Revision: 23482
Modified:
moonbase/trunk/perl/perl/BUILD
Log:
Fixes the problem with some binaries/scripts getting installed in /usr/share/bin
Modified: moonbase/trunk/perl/perl/BUILD
===================================================================
--- moonbase/trunk/perl/perl/BUILD 2007-03-04 10:16:02 UTC (rev 23481)
+++ moonbase/trunk/perl/perl/BUILD 2007-03-04 10:36:32 UTC (rev 23482)
@@ -13,12 +13,14 @@
if [ "$CUSTOM" == "y" ] ; then
./Configure -Dprefix=/usr \
+ -Dscriptdir=/usr/bin \
-Duseshrplib=true \
$OPTS \
-Dman1dir=/usr/share/man/man1 \
-Dman3dir=/usr/share/man/man3 -e
else
./Configure -Dprefix=/usr \
+ -Dscriptdir=/usr/bin \
-Duseshrplib=true \
-Dccdlflags='-rdynamic' \
-Doptimize="${CFLAGS}" \
More information about the Lunar-commits
mailing list