diff options
author | B. Watson <yalhcru@gmail.com> | 2014-09-16 07:42:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-16 07:42:14 +0700 |
commit | b56bb7759ed5bcb521235ab7d9021e6c36d0bb06 (patch) | |
tree | 25c54d5e695ced230c2e962e9dd3b046fad47c38 /graphics/fbida/fbida.SlackBuild | |
parent | 67e712770d707e78cc5949d896f3cd0df355a92b (diff) |
graphics/fbida: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/fbida/fbida.SlackBuild')
-rw-r--r-- | graphics/fbida/fbida.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/fbida/fbida.SlackBuild b/graphics/fbida/fbida.SlackBuild index fc27b1e1b987..1df2a02eb834 100644 --- a/graphics/fbida/fbida.SlackBuild +++ b/graphics/fbida/fbida.SlackBuild @@ -3,6 +3,9 @@ # Slackware build script for fbida # Modified by Luis Henrique <lmello.009@gmail.com> +# Modified again on 20140915 by B. Watson <yalhcru@gmail.com> +# - Took over maintenance, minor script cleanup + # (C) 2007 Michael Wagner <lapinours@web.de> # All rights reserved. # @@ -73,10 +76,9 @@ find -L . \ -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" make HAVE_MOTIF=no -prefix=/usr make install DESTDIR=$PKG HAVE_MOTIF=no +prefix=/usr make install DESTDIR=$PKG HAVE_MOTIF=no mandir=$PKG/usr/man -mv $PKG/usr/share/man $PKG/usr && rm -rf $PKG/usr/share -gzip -9 $PKG/usr/man/man1/* 2> /dev/null +gzip -9 $PKG/usr/man/man1/* mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION |