diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-01-04 12:28:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-01-04 12:28:07 +0000 |
commit | 55ed51744678614c9aa6fa5c2c880a65ad25c4b9 (patch) | |
tree | d8cc774232476b8159d16e037d5a13efedd5eb4d | |
parent | fdb90d0553cdb6754690d24c169ba7216797dc37 (diff) | |
download | drakx-55ed51744678614c9aa6fa5c2c880a65ad25c4b9.tar drakx-55ed51744678614c9aa6fa5c2c880a65ad25c4b9.tar.gz drakx-55ed51744678614c9aa6fa5c2c880a65ad25c4b9.tar.bz2 drakx-55ed51744678614c9aa6fa5c2c880a65ad25c4b9.tar.xz drakx-55ed51744678614c9aa6fa5c2c880a65ad25c4b9.zip |
(get_needed_files) revert creating run (useless as it won't be in /,
stage2 is taking care of creating it anyway...)
-rw-r--r-- | perl-install/install/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index c57505d1a..1cbdee2fe 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -47,7 +47,6 @@ install_pms: get_needed_files: xs REP4PMS=$(REP4PMS) ../../tools/install-xml-file-list share/list.xml $(DEST) - mkdir -p $(DEST)/run chmod u-s -R $(DEST) # for mount/umount share/generate-xlocales $(DEST) |