From 434e03bda42ba37c664e4e5e0b5c8ae106b1bd0c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 24 Jul 2012 10:34:13 +0000 Subject: minimal adapt to /usr move --- perl-install/install/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/install/Makefile') diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index 79662f95a..62a17b6c1 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -105,9 +105,10 @@ compress: stage2: rm -rf $(DEST) - mkdir -p $(DEST) + mkdir -p $(DEST)/usr $(MAKE) get_needed_files $(MAKE) install_pms + for i in bin ; do mv $(DEST)/$$i/* $(DEST)/usr/$$i; rmdir $(DEST)/$$i; ln -s /usr/$$i $(DEST); done dont_run_directly_stage2: [ -d $(DEST) ] || ../../tools/mdkinst_stage2_tool --uncompress $(STAGE2_DEST) -- cgit v1.2.1