diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-10 00:27:50 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-01-10 21:36:31 -0600 |
commit | 70c8fbc342a61ead1bbf17c9493bbaa8e51f5468 (patch) | |
tree | 9919d7c0a32176c99de5a5edaf2d79d01d22749c /system/chrpath/chrpath.SlackBuild | |
parent | 07184927582926fb6a48dc0b669c1d4ce91f9434 (diff) | |
download | slackbuilds-70c8fbc342a61ead1bbf17c9493bbaa8e51f5468.tar.gz |
system/chrpath: Rework build system to use nondebified source
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/chrpath/chrpath.SlackBuild')
-rw-r--r-- | system/chrpath/chrpath.SlackBuild | 5 |
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 |