From 6bd900bbebba2a8254c05dabf887138acbb107eb Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 10 Jul 2003 14:24:16 +0000 Subject: make sure original mkswap is still living. --- 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 c6ad8418a..c675344fc 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_ + cd $(DEST)/usr/bin ; mv insmod insmod_; mv mkswap mkswap_ rmdir $(DEST)/bin $(DEST)/sbin perl -ane 'symlink "$$F[1]", "$(DEST)/usr/bin/$$F[0]"' share/aliases -- cgit v1.2.1