diff options
Diffstat (limited to 'source/ap')
-rwxr-xr-x | source/ap/groff/groff.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/ap/groff/groff.SlackBuild b/source/ap/groff/groff.SlackBuild index 9714b826..421e66d8 100755 --- a/source/ap/groff/groff.SlackBuild +++ b/source/ap/groff/groff.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=groff VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -88,7 +88,6 @@ CXXFLAGS="$SLKCFLAGS" \ --with-appresdir=/etc/X11/app-defaults \ --mandir=/usr/man \ --infodir=/usr/info \ - --docdir=/usr/doc/groff-$VERSION \ --build=$ARCH-slackware-linux || exit 1 make $NUMJOBS || make || exit 1 @@ -97,9 +96,10 @@ make install DESTDIR=$PKG || exit 1 find $PKG | xargs file | grep -e "executable" -e "shared object" \ | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null +mv $PKG/usr/share/doc $PKG/usr cp -a \ - BUG-REPORT COPYING* ChangeLog FDL INSTALL* LICENSES MANIFEST MORE.STUFF \ - NEWS PROBLEMS PROJECTS README* REVISION TODO VERSION \ + BUG-REPORT COPYING* ChangeLog FDL INSTALL* LICENSE* MANIFEST MORE.STUFF \ + NEWS* PROBLEMS PROJECTS README* REVISION TODO* VERSION \ $PKG/usr/doc/groff-$VERSION mkdir -p $PKG/usr/doc/groff-$VERSION/xditview cp -a src/devices/xditview/{README,TODO} $PKG/usr/doc/groff-$VERSION/xditview |