diff options
Diffstat (limited to 'multimedia/gnupod')
-rw-r--r-- | multimedia/gnupod/gnupod.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/gnupod/gnupod.SlackBuild b/multimedia/gnupod/gnupod.SlackBuild index f7e937c116..0f075b00fd 100644 --- a/multimedia/gnupod/gnupod.SlackBuild +++ b/multimedia/gnupod/gnupod.SlackBuild @@ -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 \ |