From 38de3bf900894ae441751babd9982b95a0ef237c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 25 Nov 2003 21:10:19 +0000 Subject: no need to skip network.pm anymore --- move/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'move') diff --git a/move/Makefile b/move/Makefile index 2ea4781e7..8ee16a0cf 100644 --- a/move/Makefile +++ b/move/Makefile @@ -55,7 +55,7 @@ install: build 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|network.pm' | (cd $(INSTALL) ; sudo cpio -pLumd $(DEST_LIVETREE)/usr/lib/libDrakX/) + (cd $(DEST_LIVETREE)/usr/lib/libDrakX ; find -name "*.pm") | egrep -v 'ctxhelp|drakfirsttime' | (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 -- cgit v1.2.1