aboutsummaryrefslogtreecommitdiff
path: root/app/backup
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2008-11-17 12:43:30 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2008-11-17 12:43:30 +0000
commit08a53384b89470b4ac429c5b56ac9bc18966529e (patch)
treeeac48308e1aad13366dcecbfdec6d1fcd7fc6316 /app/backup
parenta8f89f3d21dd08bc0b75991d32bfb75e339025c1 (diff)
downloadslackbuilds-08a53384b89470b4ac429c5b56ac9bc18966529e.tar.gz
slackbuilds-08a53384b89470b4ac429c5b56ac9bc18966529e.tar.bz2
gibak: rebuilt from mkbuild
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1927 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'app/backup')
-rwxr-xr-xapp/backup/gibak/gibak.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/backup/gibak/gibak.SlackBuild b/app/backup/gibak/gibak.SlackBuild
index b15a148e..ab56acc4 100755
--- a/app/backup/gibak/gibak.SlackBuild
+++ b/app/backup/gibak/gibak.SlackBuild
@@ -91,10 +91,10 @@ PKG_SRC="$PWD/`ls -l | awk '/^d/ { print $NF }'`"
cd "$PKG_SRC"
# Build and install package
-echo "INCLUDES += $LIBDIR" > OMakefile.new
-cat OMakefile > OMakefile.new
-mv OMakefile.new OMakefile
-omake
+echo "INCLUDES += $LIBDIR" > OMakefile.new || exit $ERROR_MAKE
+cat OMakefile > OMakefile.new || exit $ERROR_MAKE
+mv OMakefile.new OMakefile || exit $ERROR_MAKE
+omake || exit $ERROR_MAKE
# Strip binaries
( cd "$PKG"