summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-13 10:17:00 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-18 12:08:18 +0000
commitd2fc358a177f67e0da4653c7cb0b17f2abc369ad (patch)
treefbe3d7a742464721aa4d4f0cf3de1ef9e2f16388
parent849b3b8bf815ba5e6b6d6071f459962b1055836c (diff)
downloadncurses-d2fc358a177f67e0da4653c7cb0b17f2abc369ad.tar.gz
change permissions and set errexit in postinstall
The executable permissions may not have been needed set -e so a postinstall won't appear to succeed if a step failed
-rwxr-xr-x[-rw-r--r--]ncurses-morph-postinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ncurses-morph-postinstall.sh b/ncurses-morph-postinstall.sh
index 9dd00fc..f9b8023 100644..100755
--- a/ncurses-morph-postinstall.sh
+++ b/ncurses-morph-postinstall.sh
@@ -1,4 +1,5 @@
#/usr/bin/env sh
+set -e
# lfs recommends some alterations for software that looks for
# libcurses instead of libncurses
# it's more convenient to have this in a separate file than the