Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (6e09e8ddaf7693ed84fe83d18e2853aacc6aa8ac)
  • Date: Fri, 20 Apr 2007 15:57:49 -0500

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
+}
+



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (6e09e8ddaf7693ed84fe83d18e2853aacc6aa8ac), Andraž Levstik, 04/20/2007

Archive powered by MHonArc 2.6.24.

Top of Page