From f81255e13d6145afd957fae81dd626f34288c6a1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 3 Aug 2005 07:54:49 +0000 Subject: (get_needed_files) fix build on x86_64 --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Makefile') 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 -- cgit v1.2.1