From d866495fb4da3fc506d9c9b15a85d46f2fdab566 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 4 Dec 2012 14:54:00 +0000 Subject: fix missing command links (mga#8289) breakage introduced in commit r6341 by colin on 2012-10-22 ("Only emulate shell commands via perl if real versions do not exist already") --- perl-install/install/Makefile | 2 +- perl-install/install/NEWS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index e1902c985..f3a63da8f 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -48,7 +48,7 @@ install_pms: [ -d $(DEST) ] || ../../tools/mdkinst_stage2_tool --uncompress $(STAGE2_DEST) # commands implemented in perl: - for i in `perl -ne 's/sub (\w+?)_?(\(\))? {.*/$$1/ and print' commands.pm` sync; do if [ ! -x /usr/bin/$$i ]; then ln -sf commands $(DEST)/usr/bin/$$i; fi; done + for i in `perl -ne 's/sub (\w+?)_?(\(\))? {.*/$$1/ and print' commands.pm` sync; do if [ ! -x $(DEST)/usr/bin/$$i ]; then ln -sf commands $(DEST)/usr/bin/$$i; fi; done # install & clean perl modules: install -d $(DESTREP4PMS) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index dd7d5b1cd..9ea8a4f77 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ - Mageia 3 beta 1 left background +- fix missing command links (mga#8289) - fix initializing urpm object (mga#8160) - fix offering "selecting individual packages" when pressing "previous" after selecting package groups -- cgit v1.2.1