aboutsummaryrefslogtreecommitdiff
path: root/dev/libs/libgpg-error
diff options
context:
space:
mode:
Diffstat (limited to 'dev/libs/libgpg-error')
-rwxr-xr-xdev/libs/libgpg-error/libgpg-error.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/libs/libgpg-error/libgpg-error.SlackBuild b/dev/libs/libgpg-error/libgpg-error.SlackBuild
index 07f06319..144a6786 100755
--- a/dev/libs/libgpg-error/libgpg-error.SlackBuild
+++ b/dev/libs/libgpg-error/libgpg-error.SlackBuild
@@ -92,7 +92,8 @@ tar --no-same-owner --no-same-permissions -xvf $SRC_DIR/$SRC || exit $ERROR_TAR
cd $PACKAGE-$VERSION
CFLAGS="$SLKCFLAGS" \
./configure \
- --prefix=$PREFIX --libdir=$LIBDIR || exit $ERROR_CONF
+ --prefix=$PREFIX --libdir=$LIBDIR \
+ --infodir=$PREFIX/info --mandir=$PREFIX/man || exit $ERROR_CONF
make || exit $ERROR_MAKE
make install DESTDIR=$PKG || exit $ERROR_INSTALL