summaryrefslogtreecommitdiffstats
path: root/perl-install/live_install
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-10-27 12:02:53 +0000
committerFrancois Pons <fpons@mandriva.com>2000-10-27 12:02:53 +0000
commit1651866ce000f6ff0fc2c8f7529b36497f3be1fc (patch)
treeb387a68b3b6f74df6b5c6f06b5248449cb4472a7 /perl-install/live_install
parentab55e51fb6a834fbc8997b5f98a83b63089ca1e8 (diff)
downloaddrakx-1651866ce000f6ff0fc2c8f7529b36497f3be1fc.tar
drakx-1651866ce000f6ff0fc2c8f7529b36497f3be1fc.tar.gz
drakx-1651866ce000f6ff0fc2c8f7529b36497f3be1fc.tar.bz2
drakx-1651866ce000f6ff0fc2c8f7529b36497f3be1fc.tar.xz
drakx-1651866ce000f6ff0fc2c8f7529b36497f3be1fc.zip
add VERSION in list of file that have to be symlinked.
Diffstat (limited to 'perl-install/live_install')
-rwxr-xr-xperl-install/live_install2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/live_install b/perl-install/live_install
index 62d182904..de92f054f 100755
--- a/perl-install/live_install
+++ b/perl-install/live_install
@@ -19,7 +19,7 @@ fi
/bin/rm -rf /tmp/drakx
/bin/mkdir -m 0700 /tmp/drakx || exit 2
-for i in Mandrake RPMS misc boot images
+for i in Mandrake RPMS misc boot images VERSION
do
/bin/ln -sf "$dir/../../$i" "/tmp/rhimage/$i"
done