[SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (f10124ee0c3b849d7e4bc46886b3efeba47c3e5f)

Justin Boffemmyer scm at sourcemage.org
Sun Feb 8 17:29:04 EST 2009


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 f10124ee0c3b849d7e4bc46886b3efeba47c3e5f
Author: Justin Boffemmyer <flux at sourcemage.org>
Commit: Justin Boffemmyer <flux at sourcemage.org>

    smgl.install/smgl-enchant: don't hardcode target
    
    Replace /mnt/root/sysconfig/facilities with
    $TARGET/sysconfig/facilities.

diff --git a/iso/usr/share/smgl.install/smgl-enchant b/iso/usr/share/smgl.install/smgl-enchant
index ce5e344..73e2523 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 /mnt/root/sysconfig/facilities with ISO copy"
-cp -f /etc/sysconfig/facilities /mnt/root/sysconfig/facilities
+echo "Overwriting $TARGET/sysconfig/facilities with ISO copy"
+cp -f /etc/sysconfig/facilities "$TARGET"/sysconfig/facilities
 
 # vim:tabstop=2:softtabstop=2:shiftwidth=2:expandtab:ai



More information about the SM-Commit mailing list