From 35e3a86a43b682a1a3b0996c691d9732a39b3a52 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 3 Sep 2012 11:21:45 +0000 Subject: minimal adapt to /usr move --- perl-install/install/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/Makefile') diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index 62a17b6c1..1756566b0 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -108,6 +108,7 @@ stage2: mkdir -p $(DEST)/usr $(MAKE) get_needed_files $(MAKE) install_pms + # / -> /usr move for i in bin ; do mv $(DEST)/$$i/* $(DEST)/usr/$$i; rmdir $(DEST)/$$i; ln -s /usr/$$i $(DEST); done dont_run_directly_stage2: -- cgit v1.2.1