diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-09-03 11:21:45 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-09-03 11:21:45 +0000 |
commit | 5c6928844a2ddde423481d180ac467895160ac43 (patch) | |
tree | 21ea0cd8ee15bc2d6968294d7d99395be59fe3b9 /perl-install/install | |
parent | fb18e388e8f32706aca4c0826b635616e0b10553 (diff) | |
download | drakx-5c6928844a2ddde423481d180ac467895160ac43.tar drakx-5c6928844a2ddde423481d180ac467895160ac43.tar.gz drakx-5c6928844a2ddde423481d180ac467895160ac43.tar.bz2 drakx-5c6928844a2ddde423481d180ac467895160ac43.tar.xz drakx-5c6928844a2ddde423481d180ac467895160ac43.zip |
minimal adapt to /usr move
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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: |