multimedia/gnupod: Fixed to use vendor_perl instead of site_perl
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
c55a8b220e
commit
6b7c1ed532
|
@ -6,7 +6,7 @@
|
|||
|
||||
PRGNAM=gnupod
|
||||
VERSION=${VERSION:-0.99.8}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -51,6 +51,10 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# install to vendor_perl instead of site_perl
|
||||
sed -i "s/\$INC\[0\]/\$INC\[2\]/g" \
|
||||
tools/gnupod_install.pl tools/getINC.pl
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
Loading…
Reference in New Issue