summaryrefslogtreecommitdiffstats
path: root/source/xap/pan/pan.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/pan/pan.SlackBuild')
-rwxr-xr-xsource/xap/pan/pan.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/xap/pan/pan.SlackBuild b/source/xap/pan/pan.SlackBuild
index dc71077a6..4a7192499 100755
--- a/source/xap/pan/pan.SlackBuild
+++ b/source/xap/pan/pan.SlackBuild
@@ -63,9 +63,9 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
-rm -rf ${PKGNAM}-v${VERSION}
-tar xvf $CWD/${PKGNAM}-v$VERSION.tar.?z || exit 1
-cd ${PKGNAM}-v$VERSION || exit 1
+rm -rf ${PKGNAM}-*${VERSION}
+tar xvf $CWD/${PKGNAM}-*$VERSION.tar.?z || exit 1
+cd ${PKGNAM}-*$VERSION || exit 1
# Make sure ownerships and permissions are sane:
chown -R root:root .
@@ -77,6 +77,7 @@ find . \
# Build with enchant-2:
zcat $CWD/pan.enchant2.diff.gz | patch -p1 --verbose || exit 1
+autoreconf -vif
# Configure:
if [ ! -r configure ]; then