diff options
Diffstat (limited to 'system/extundelete/extundelete.SlackBuild')
-rw-r--r-- | system/extundelete/extundelete.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/extundelete/extundelete.SlackBuild b/system/extundelete/extundelete.SlackBuild index 0c787896d2..2f6874564b 100644 --- a/system/extundelete/extundelete.SlackBuild +++ b/system/extundelete/extundelete.SlackBuild @@ -25,7 +25,7 @@ # # markus reichelt, slackbuilds@mareichelt.de, 0xCCEEF115 # 2010 Oct 22 - initial release - + PRGNAM=extundelete VERSION=${VERSION:-0.2.0} BUILD=${BUILD:-2} @@ -56,7 +56,7 @@ elif [ "$ARCH" = "x86_64" ]; then else SLKCFLAGS="-O2" LIBDIRSUFFIX="" -fi +fi set -e |