summaryrefslogtreecommitdiffstats
path: root/gnustep-apps
diff options
context:
space:
mode:
authorFlorian Franzmann2011-04-04 22:36:52 +0200
committerFlorian Franzmann2011-04-04 22:36:52 +0200
commit871c20ef752652dc2ced179e18841c86c571d47d (patch)
tree5e7b64ce04148fd0a29d96cff5ffb6e3033da1bb /gnustep-apps
parent51761b8007eb7d7dbad55b9fa16181e97346d1ab (diff)
parent9f321b359b073b29eaf955cec596192ed8d4bfd5 (diff)
Merge branch 'master' of ssh://scm.sourcemage.org/smgl/grimoire
Conflicts: x11-libs/wine/HISTORY
Diffstat (limited to 'gnustep-apps')
-rwxr-xr-xgnustep-apps/FUNCTIONS4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnustep-apps/FUNCTIONS b/gnustep-apps/FUNCTIONS
index 33dd67831b..99dc77faeb 100755
--- a/gnustep-apps/FUNCTIONS
+++ b/gnustep-apps/FUNCTIONS
@@ -19,8 +19,8 @@ function default_post_install()
{
real_default_post_install &&
if [[ -x ${INSTALL_ROOT}/usr/bin/make_services ]]; then
- message "Running make_services"
- ${INSTALL_ROOT}/usr/bin/make_services
+ message "Running make_services" &&
+ ${INSTALL_ROOT}/usr/bin/make_services || return 1
fi
}