summaryrefslogtreecommitdiffstats
path: root/ctorrent
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-03-13 11:31:02 +0000
committer Eric Hameleers <alien@slackware.com>2014-03-13 11:31:02 +0000
commitbb35b44895553b2efc9eb94d39480dbf6524cafd (patch)
treee0e2fa44c1848b5d27d11d5950a54bbd4b27fe35 /ctorrent
parent0de2026bb8e3f405f5c8c6f38c4c2476579f857a (diff)
downloadasb-bb35b44895553b2efc9eb94d39480dbf6524cafd.tar.gz
asb-bb35b44895553b2efc9eb94d39480dbf6524cafd.tar.xz
Use PKGVERSION not VERSION
Diffstat (limited to 'ctorrent')
-rwxr-xr-xctorrent/build/ctorrent.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctorrent/build/ctorrent.SlackBuild b/ctorrent/build/ctorrent.SlackBuild
index bad10637..106684a9 100755
--- a/ctorrent/build/ctorrent.SlackBuild
+++ b/ctorrent/build/ctorrent.SlackBuild
@@ -191,7 +191,7 @@ make DESTDIR=$PKG install 2>&1 |tee $OUTPUT/install-${PRGNAM}.log
# Add documentation:
mkdir -p $PKG/usr/doc/$PRGNAM-$PKGVERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$PKGVERSION || true
-cat $SRCDIR/$(basename $0) > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+cat $SRCDIR/$(basename $0) > $PKG/usr/doc/$PRGNAM-$PKGVERSION/$PRGNAM.SlackBuild
chown -R root:root $PKG/usr/doc/$PRGNAM-$PKGVERSION
find $PKG/usr/doc -type f -exec chmod 644 {} \;