summaryrefslogtreecommitdiffstats
path: root/gnustep-apps
diff options
context:
space:
mode:
authorFlorian Franzmann2011-04-05 23:29:20 +0200
committerFlorian Franzmann2011-04-05 23:29:20 +0200
commitb26a6512202be97213e75394be42583a917bc8c1 (patch)
tree0fd8e69a6060b10dd446fe97f450f06a93558af3 /gnustep-apps
parent5fb52e1c96c616d209bb99c5897446a3b7dfbbec (diff)
reverted the mess I made in 871c20ef752652dc2ced179e18841c86c571d47d
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 99dc77faeb..33dd67831b 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 || return 1
+ message "Running make_services"
+ ${INSTALL_ROOT}/usr/bin/make_services
fi
}