diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-06-01 03:46:31 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-06-01 03:46:31 +0000 |
commit | 3efe20ca4238b59bfab486a76c89b589bf601c8f (patch) | |
tree | 0e31a8e955d4ba55409e5a5c04bd70a1068e125f /perl-install/Makefile | |
parent | f83545cabfa4cc23b333bce333be938d91ab2309 (diff) | |
download | drakx-3efe20ca4238b59bfab486a76c89b589bf601c8f.tar drakx-3efe20ca4238b59bfab486a76c89b589bf601c8f.tar.gz drakx-3efe20ca4238b59bfab486a76c89b589bf601c8f.tar.bz2 drakx-3efe20ca4238b59bfab486a76c89b589bf601c8f.tar.xz drakx-3efe20ca4238b59bfab486a76c89b589bf601c8f.zip |
use command mount instead of using directly the syscall (allows some cleanup)
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 50944f882..d60e6068a 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -99,6 +99,7 @@ mo_files : $(MOFILES) get_needed_files: $(DIRS) mo_files REP4PMS=$(REP4PMS) ../tools/install-xml-file-list share/list.xml $(DEST) + $(SUDO) chmod u-s -R $(DEST) mv -f $(DEST)/usr/{lib,X11R6/lib}/*.so* $(DEST)/lib ../tools/simplify-drakx-modules $(DEST)/usr/*/*/*/utf8_heavy.pl |