aboutsummaryrefslogtreecommitdiff
path: root/app/backup
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2008-11-17 12:48:05 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2008-11-17 12:48:05 +0000
commit00f697b4521778e3795c50ba62ae2cfda38a9692 (patch)
tree5712951009ce77c15297203664aadc4f3d887442 /app/backup
parent08a53384b89470b4ac429c5b56ac9bc18966529e (diff)
downloadslackbuilds-00f697b4521778e3795c50ba62ae2cfda38a9692.tar.gz
slackbuilds-00f697b4521778e3795c50ba62ae2cfda38a9692.tar.bz2
gibak: rebuilt from mkbuild
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1928 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'app/backup')
-rwxr-xr-xapp/backup/gibak/gibak.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/backup/gibak/gibak.SlackBuild b/app/backup/gibak/gibak.SlackBuild
index ab56acc4..3cbfd137 100755
--- a/app/backup/gibak/gibak.SlackBuild
+++ b/app/backup/gibak/gibak.SlackBuild
@@ -92,7 +92,7 @@ cd "$PKG_SRC"
# Build and install package
echo "INCLUDES += $LIBDIR" > OMakefile.new || exit $ERROR_MAKE
-cat OMakefile > OMakefile.new || exit $ERROR_MAKE
+cat OMakefile >> OMakefile.new || exit $ERROR_MAKE
mv OMakefile.new OMakefile || exit $ERROR_MAKE
omake || exit $ERROR_MAKE