diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-08-03 07:54:49 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-08-03 07:54:49 +0000 |
commit | f81255e13d6145afd957fae81dd626f34288c6a1 (patch) | |
tree | da2c33e3eca62f1617ce3d75a7d80f56d7986c63 | |
parent | 809c258ac0625bcbabe304585dcab444a300cc4d (diff) | |
download | drakx-f81255e13d6145afd957fae81dd626f34288c6a1.tar drakx-f81255e13d6145afd957fae81dd626f34288c6a1.tar.gz drakx-f81255e13d6145afd957fae81dd626f34288c6a1.tar.bz2 drakx-f81255e13d6145afd957fae81dd626f34288c6a1.tar.xz drakx-f81255e13d6145afd957fae81dd626f34288c6a1.zip |
(get_needed_files) fix build on x86_64
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index d947a39b8..3dde9dd5e 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -101,7 +101,7 @@ 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 + mv -f $(DEST)/usr/{$(LIB),X11R6/$(LIB)}/*.so* $(DEST)/$(LIB) ../tools/simplify-drakx-modules $(DEST)/usr/*/*/*/utf8_heavy.pl cp -f $(STAGE1)/init-stage2 $(DEST)/etc/init |