summaryrefslogtreecommitdiffstats
path: root/move/make_live
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-27 10:18:34 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-27 10:18:34 +0000
commitf753c690f4068073c9d111d33a923c61400d7a4c (patch)
tree12db160a08ce83c5b3a1f23423d0fe15871b1b19 /move/make_live
parent94cbd77e7480b1ecc9f997b672eedd8095403474 (diff)
downloaddrakx-f753c690f4068073c9d111d33a923c61400d7a4c.tar
drakx-f753c690f4068073c9d111d33a923c61400d7a4c.tar.gz
drakx-f753c690f4068073c9d111d33a923c61400d7a4c.tar.bz2
drakx-f753c690f4068073c9d111d33a923c61400d7a4c.tar.xz
drakx-f753c690f4068073c9d111d33a923c61400d7a4c.zip
again
Diffstat (limited to 'move/make_live')
-rwxr-xr-xmove/make_live2
1 files changed, 1 insertions, 1 deletions
diff --git a/move/make_live b/move/make_live
index 7f6cd8988..3a16f249a 100755
--- a/move/make_live
+++ b/move/make_live
@@ -135,4 +135,4 @@ substInFile {
} "$::prefix/etc/rc.d/init.d/$_" foreach qw(xfs dm devfsd syslog);
#- we're not using sysv init, we need to replace these
-output("$::prefix/sbin/$_", "#!/bin/sh\nhalt_reboot"), chmod(0755, "/sbin/$_") foreach qw(halt reboot);
+output("$::prefix/sbin/$_", "#!/bin/sh\nhalt_reboot"), chmod(0755, "$::prefix/sbin/$_") foreach qw(halt reboot);