sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (78a8f6bc6a8559a5c8312ca6949860545b526e52)
- From: Mathieu Lonjaret <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org
- Subject: [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (78a8f6bc6a8559a5c8312ca6949860545b526e52)
- Date: Tue, 1 Jan 2008 14:27:28 -0600
GIT changes to master grimoire by Mathieu Lonjaret <lejatorn AT sourcemage.org>:
kernels/hibernate-script/HISTORY | 3 +++
kernels/hibernate-script/INSTALL | 6 ++++--
2 files changed, 7 insertions(+), 2 deletions(-)
New commits:
commit 78a8f6bc6a8559a5c8312ca6949860545b526e52
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>
hibernate-script: fix in INSTALL
diff --git a/kernels/hibernate-script/HISTORY
b/kernels/hibernate-script/HISTORY
index 7b1dc7e..ab3d69f 100644
--- a/kernels/hibernate-script/HISTORY
+++ b/kernels/hibernate-script/HISTORY
@@ -1,4 +1,7 @@
2008-01-01 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * INSTALL: (unnecessary?) cd to SOURCE_DIRECTORY in INSTALL
+
+2008-01-01 Mathieu Lonjaret <lejatorn AT sourcemage.org>
* DETAILS: update to 1.97
2006-12-03 Flavien Bridault <vlaaad AT sourcemage.org>
diff --git a/kernels/hibernate-script/INSTALL
b/kernels/hibernate-script/INSTALL
index 713b4ee..896acd9 100755
--- a/kernels/hibernate-script/INSTALL
+++ b/kernels/hibernate-script/INSTALL
@@ -3,14 +3,16 @@
# the protection of install_config_file
#
mkdir -p $INSTALL_ROOT/usr/share/hibernate &&
+# cd there not always necessary?
+cd $SOURCE_DIRECTORY &&
install -o root -g root -m 0755 hibernate.sh \
$INSTALL_ROOT/usr/sbin/hibernate &&
local CONFIG_FILE
for CONFIG_FILE in *.conf; do
- install_config_file $CONFIG_FILE \
- $INSTALL_ROOT/etc/hibernate/$CONFIG_FILE
+ install_config_file $CONFIG_FILE \
+ $INSTALL_ROOT/etc/hibernate/$CONFIG_FILE
done &&
cp -r hibernate.vim scriptlets.d $INSTALL_ROOT/usr/share/hibernate &&
cp hibernate.8 $INSTALL_ROOT/usr/share/man/man8 &&
- [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (78a8f6bc6a8559a5c8312ca6949860545b526e52), Mathieu Lonjaret, 01/01/2008
Archive powered by MHonArc 2.6.24.