summaryrefslogtreecommitdiffstats
path: root/system/chrpath/chrpath.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/chrpath/chrpath.SlackBuild')
-rw-r--r--system/chrpath/chrpath.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/chrpath/chrpath.SlackBuild b/system/chrpath/chrpath.SlackBuild
index b5e5b6da14..cc2c4b6142 100644
--- a/system/chrpath/chrpath.SlackBuild
+++ b/system/chrpath/chrpath.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for chrpath
-# Copyright 2010-2014 Robby Workman, Northport, Alabama, USA
+# Copyright 2010-2016 Robby Workman, Tuscaloosa, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/${PRGNAM}_${VERSION}.orig.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -77,6 +77,7 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
+ --docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
make