diff options
author | Adrien Nader <adrien@notk.org> | 2014-10-06 08:10:36 +0200 |
---|---|---|
committer | Adrien Nader <adrien@notk.org> | 2014-10-06 08:10:36 +0200 |
commit | 91949f599345003e902abb07d98338304214eacd (patch) | |
tree | c91e5957b438c89e22f7390535ae50d410235ca8 /l | |
parent | 053f98a7b525b6d976761a2ddbec557b1a64c34c (diff) |
harfbuzz: build with set -e.
Diffstat (limited to 'l')
-rwxr-xr-x | l/harfbuzz/harfbuzz.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/l/harfbuzz/harfbuzz.SlackBuild b/l/harfbuzz/harfbuzz.SlackBuild index 1bb1314..422059b 100755 --- a/l/harfbuzz/harfbuzz.SlackBuild +++ b/l/harfbuzz/harfbuzz.SlackBuild @@ -41,6 +41,8 @@ CWD=$(pwd) TMP=${TMP:-/tmp} PKG=$TMP/package-$PKGNAM +set -e + rm -rf $PKG mkdir -p $TMP $PKG cd $TMP |