aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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