diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-10-20 12:49:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-10-20 12:49:49 +0000 |
commit | 7d9d1bd38ff1a23c692447458976c4bf3538cc8c (patch) | |
tree | 8c266ce128123602e9b13ac47d0b250374a7f6db /perl-install | |
parent | ea22d584b1e0fda707aed812159fb067102842b1 (diff) | |
download | drakx-7d9d1bd38ff1a23c692447458976c4bf3538cc8c.tar drakx-7d9d1bd38ff1a23c692447458976c4bf3538cc8c.tar.gz drakx-7d9d1bd38ff1a23c692447458976c4bf3538cc8c.tar.bz2 drakx-7d9d1bd38ff1a23c692447458976c4bf3538cc8c.tar.xz drakx-7d9d1bd38ff1a23c692447458976c4bf3538cc8c.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-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 e16850d8b..07ebde5e1 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: -# sudo perl ../tools/drakx-in-chroot /export /tmp/rr --useless_thing_accepted --kickstart install/auto_inst.cfg.local.pl +# CLEAN=1 sudo perl ../tools/drakx-in-chroot /export /tmp/rr --useless_thing_accepted --kickstart install/auto_inst.cfg.local.pl |