diff options
Diffstat (limited to 'perl-install/Makefile')
-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 |