From 059feb224f78b3b94077746f441718deb0c192ab Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 16 Jul 2003 11:35:54 +0000 Subject: 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) --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Makefile') 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 -- cgit v1.2.1