Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (c8e9afca425d1bc657d9b26a476d28464550165d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (c8e9afca425d1bc657d9b26a476d28464550165d)
  • Date: Sun, 8 Feb 2009 18:13:03 -0600

GIT changes to test cauldron by Justin Boffemmyer <flux AT sourcemage.org>:

iso/usr/share/smgl.install/smgl-enchant | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c8e9afca425d1bc657d9b26a476d28464550165d
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

smgl.install/smgl-enchant: get the path correct

Missed the "etc/" in the path for the facilities file.

diff --git a/iso/usr/share/smgl.install/smgl-enchant
b/iso/usr/share/smgl.install/smgl-enchant
index 73e2523..1621a3d 100755
--- a/iso/usr/share/smgl.install/smgl-enchant
+++ b/iso/usr/share/smgl.install/smgl-enchant
@@ -130,7 +130,7 @@ sort -u -o "$depends" "$depends"
echo "Regenerating $packages"
sort -u -o "$packages" "$packages"

-echo "Overwriting $TARGET/sysconfig/facilities with ISO copy"
-cp -f /etc/sysconfig/facilities "$TARGET"/sysconfig/facilities
+echo "Overwriting $TARGET/etc/sysconfig/facilities with ISO copy"
+cp -f /etc/sysconfig/facilities "$TARGET"/etc/sysconfig/facilities

# vim:tabstop=2:softtabstop=2:shiftwidth=2:expandtab:ai



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (c8e9afca425d1bc657d9b26a476d28464550165d), Justin Boffemmyer, 02/08/2009

Archive powered by MHonArc 2.6.24.

Top of Page