[SM-Commit] GIT changes to master grimoire by Andraž Levstik (6e09e8ddaf7693ed84fe83d18e2853aacc6aa8ac)

Andraž Levstik scm at sourcemage.org
Fri Apr 20 16:57:49 EDT 2007


GIT changes to master grimoire by Andraž Levstik <ruskie at mages.ath.cx>:

 ChangeLog              |    4 ++--
 gnustep-apps/FUNCTIONS |   11 ++++++++++-
 gnustep-libs/FUNCTIONS |   12 +++++++++++-
 3 files changed, 23 insertions(+), 4 deletions(-)

New commits:
commit 6e09e8ddaf7693ed84fe83d18e2853aacc6aa8ac
Author: Andraž Levstik <ruskie at mages.ath.cx>
Commit: Andraž Levstik <ruskie at mages.ath.cx>

    gnustep-libs/FUNCTIONS: forgot some things

commit 6413f59fdf0c670033a2e0507f98259f16b5b177
Author: Andraž Levstik <ruskie at mages.ath.cx>
Commit: Andraž Levstik <ruskie at mages.ath.cx>

    gnustep-apps/FUNCTIONS: forgot some things

diff --git a/ChangeLog b/ChangeLog
index a371c90..b0f19e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 2007-04-20 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
-	* gnustep-apps/FUNCTIONS: fixups
-	* gnustep-libs/FUNCTIONS: fixups
+	* gnustep-apps/FUNCTIONS: fixups, forgot some things
+	* gnustep-libs/FUNCTIONS: fixups, forgot some things
 	* ftp/curlftpfs: new spell, fuse mountable ftp fs
 
 2007-04-18 Juuso Alasuutari <iuso at sourcemage.org>
diff --git a/gnustep-apps/FUNCTIONS b/gnustep-apps/FUNCTIONS
index 05eecd0..e40631c 100755
--- a/gnustep-apps/FUNCTIONS
+++ b/gnustep-apps/FUNCTIONS
@@ -17,9 +17,18 @@ function default_build()
 
 function default_post_install()
 {
-  real_default_post_install
+  real_default_post_install  &&
   if [[ -x /usr/bin/make_services ]]; then
     message "Running make_services"
     /usr/bin/make_services
   fi
 }
+
+function default_final()
+{
+  if [[ -x /usr/bin/make_services ]]; then
+    message "Running make_services"
+    /usr/bin/make_services
+  fi
+}
+
diff --git a/gnustep-libs/FUNCTIONS b/gnustep-libs/FUNCTIONS
index 05eecd0..9852e61 100755
--- a/gnustep-libs/FUNCTIONS
+++ b/gnustep-libs/FUNCTIONS
@@ -17,9 +17,19 @@ function default_build()
 
 function default_post_install()
 {
-  real_default_post_install
+  real_default_post_install  &&
   if [[ -x /usr/bin/make_services ]]; then
     message "Running make_services"
     /usr/bin/make_services
   fi
 }
+
+# forgot this
+function default_final()
+{
+  if [[ -x /usr/bin/make_services ]]; then
+    message "Running make_services"
+    /usr/bin/make_services
+  fi
+}
+



More information about the SM-Commit mailing list