diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-08-08 03:09:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-08-08 03:09:35 +0000 |
commit | fa0791914bdcbd5b76d43ac15dc283c1e68ca4bc (patch) | |
tree | 4d981b464f666dab0460f01d69d18155292b2620 /perl-install/Makefile | |
parent | 0ad24d9d6bc491c6c45a09b12fbec2e529d1ec44 (diff) | |
download | drakx-fa0791914bdcbd5b76d43ac15dc283c1e68ca4bc.tar drakx-fa0791914bdcbd5b76d43ac15dc283c1e68ca4bc.tar.gz drakx-fa0791914bdcbd5b76d43ac15dc283c1e68ca4bc.tar.bz2 drakx-fa0791914bdcbd5b76d43ac15dc283c1e68ca4bc.tar.xz drakx-fa0791914bdcbd5b76d43ac15dc283c1e68ca4bc.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 3dde9dd5e..e16850d8b 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -225,4 +225,4 @@ pixel_standalone_links: for i in $(STANDALONEPMS_); do ln -sf ../standalone/$$i .standalone_apps.swa/$$i.pm; done # [pixel] after make install_pms: -# ../tools/drakx-in-chroot /export /tmp/rr --useless_thing_accepted --kickstart install/auto_inst.cfg.local.pl +# sudo perl ../tools/drakx-in-chroot /export /tmp/rr --useless_thing_accepted --kickstart install/auto_inst.cfg.local.pl |