diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-05-06 09:35:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-05-06 09:35:44 +0000 |
commit | 868f548a6a16c60c9063d8c95a14abe0633ffa51 (patch) | |
tree | bd314b634f519ca9633bdab61309cbb57408debb | |
parent | 8be9f7c0f3aa5a37e79e72434d225a101ae005fe (diff) | |
download | drakx-868f548a6a16c60c9063d8c95a14abe0633ffa51.tar drakx-868f548a6a16c60c9063d8c95a14abe0633ffa51.tar.gz drakx-868f548a6a16c60c9063d8c95a14abe0633ffa51.tar.bz2 drakx-868f548a6a16c60c9063d8c95a14abe0633ffa51.tar.xz drakx-868f548a6a16c60c9063d8c95a14abe0633ffa51.zip |
xfree[34X] are removed
-rw-r--r-- | move/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/Makefile b/move/Makefile index c8cd0a5f6..34da0e731 100644 --- a/move/Makefile +++ b/move/Makefile @@ -60,7 +60,7 @@ install: sudo cp -f $(patsubst %, $(INSTALL)/pixmaps/langs/lang-%.png, $(LANG_FILES)) $(DEST_LIVETREE)/usr/share/langs #- overwrite /usr/lib/libDrakX files of the live tree with those in CVS - (cd $(DEST_LIVETREE)/usr/lib/libDrakX ; find -name "*.pm") | egrep -v 'ctxhelp|drakfirsttime' | (cd $(INSTALL) ; sudo cpio -pLumd $(DEST_LIVETREE)/usr/lib/libDrakX/) + (cd $(DEST_LIVETREE)/usr/lib/libDrakX ; find -name "*.pm") | egrep -v 'ctxhelp|drakfirsttime|xfree3|xfree4|xfreeX' | (cd $(INSTALL) ; sudo cpio -pLumd $(DEST_LIVETREE)/usr/lib/libDrakX/) #- overwrite stuff.so of drakxtools because it doesn't contain C_DRAKX stuff sudo cp -f ../perl-install/c/blib/arch/auto/stuff/stuff.so $(DEST_LIVETREE)/usr/lib/libDrakX/auto/c/stuff |