From 8d0b4dedc9b7cc88ccf250dc5ecf58b0742a0410 Mon Sep 17 00:00:00 2001 From: rudson Date: Tue, 22 Jan 2008 17:46:04 +0000 Subject: git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1602 370017ae-e619-0410-ac65-c121f96126d4 --- app/doc/xmltoman/xmltoman.SlackBuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/doc/xmltoman') diff --git a/app/doc/xmltoman/xmltoman.SlackBuild b/app/doc/xmltoman/xmltoman.SlackBuild index 97ba99cb..c71c3ae2 100644 --- a/app/doc/xmltoman/xmltoman.SlackBuild +++ b/app/doc/xmltoman/xmltoman.SlackBuild @@ -86,7 +86,7 @@ fi # Untar cd "$PKG_WORK" tar --no-same-owner --no-same-permissions -xvf "$SRC_DIR/$SRC" || exit $ERROR_TAR -PKG_SRC=`ls -l | awk '/^d/ { print $8 }'` +PKG_SRC="$PWD/`ls -l | awk '/^d/ { print $8 }'`" cd "$PKG_SRC" # Patch source @@ -101,11 +101,11 @@ for patch in $patches; do fi done -# Buils package -make PREFIX=$PREFIX +# Compile +make PREFIX=$PREFIX || exit $ERROR_MAKE -# Install package -make install PREFIX=$PKG/usr +# Install +make install PREFIX=$PKG/usr || exit $ERROR_INSTALL # Strip binaries ( cd "$PKG" -- cgit v1.2.3