diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-07-16 11:35:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-07-16 11:35:54 +0000 |
commit | 059feb224f78b3b94077746f441718deb0c192ab (patch) | |
tree | 0013d2deabf5b28857425568d535dd8068fbbd7f /perl-install/Makefile | |
parent | 0348ae59b9f8606a0443d38a14c36090da7beb46 (diff) | |
download | drakx-059feb224f78b3b94077746f441718deb0c192ab.tar drakx-059feb224f78b3b94077746f441718deb0c192ab.tar.gz drakx-059feb224f78b3b94077746f441718deb0c192ab.tar.bz2 drakx-059feb224f78b3b94077746f441718deb0c192ab.tar.xz drakx-059feb224f78b3b94077746f441718deb0c192ab.zip |
remove mkswap from commands.pm, so no need anymore to have mkswap_ (the drawback is that the mkswap command won't create the device anymore)
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 c675344fc..c6ad8418a 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -146,7 +146,7 @@ endif perl -pi -e 's/\s*use\s+(warnings|diagnostics|vars|strict).*//g' $(DEST)/usr/*/*/*/utf8_heavy.pl mv -f $(DEST)/bin/* $(DEST)/sbin/* $(DEST)/usr/bin - cd $(DEST)/usr/bin ; mv insmod insmod_; mv mkswap mkswap_ + cd $(DEST)/usr/bin ; mv insmod insmod_ rmdir $(DEST)/bin $(DEST)/sbin perl -ane 'symlink "$$F[1]", "$(DEST)/usr/bin/$$F[0]"' share/aliases |