diff options
author | Antonio Hernández Blas <hba.nihilismus@gmail.com> | 2011-11-07 18:43:00 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-11-26 09:08:06 -0600 |
commit | 90c59aaa99d78fc65a37bb41b186008ee9db4bdd (patch) | |
tree | f39ee85a46688d5665c3295e381d22d0a558e062 /misc/discount/discount.SlackBuild | |
parent | 95eb3a89b9e77849dfb9188f9ebf5b2fc0f1bd88 (diff) | |
download | slackbuilds-90c59aaa99d78fc65a37bb41b186008ee9db4bdd.tar.gz |
misc/discount: Updated for version 2.1.2.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'misc/discount/discount.SlackBuild')
-rw-r--r-- | misc/discount/discount.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/discount/discount.SlackBuild b/misc/discount/discount.SlackBuild index 76d4314060..c2549961ed 100644 --- a/misc/discount/discount.SlackBuild +++ b/misc/discount/discount.SlackBuild @@ -22,7 +22,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=discount -VERSION=${VERSION:-2.0.9} +VERSION=${VERSION:-2.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,7 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION -chown -R root:root . +#chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 755 {} \; -o \ @@ -78,16 +78,13 @@ CXXFLAGS="$SLKCFLAGS" \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --confdir=/etc \ --mandir=/usr/man \ - --with-dl=Both \ - --with-id-anchor \ - --with-github-tags \ --enable-all-features \ --shared make mkdir -p $PKG/usr/{bin,lib${LIBDIRSUFFIX},include} -make install.everything DESTDIR=$PKG +make install.everything DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |