diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-12 13:34:31 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-12 13:34:31 +0000 |
commit | 3d8da84dbd2ffc7e98d85eb5823dadd244fd5c22 (patch) | |
tree | f297afe7e151c7f7cc3cf6c347df242e51240d62 /move | |
parent | 4240d64a1a513fc3bfab971492e5f03cb764d09a (diff) | |
download | drakx-3d8da84dbd2ffc7e98d85eb5823dadd244fd5c22.tar drakx-3d8da84dbd2ffc7e98d85eb5823dadd244fd5c22.tar.gz drakx-3d8da84dbd2ffc7e98d85eb5823dadd244fd5c22.tar.bz2 drakx-3d8da84dbd2ffc7e98d85eb5823dadd244fd5c22.tar.xz drakx-3d8da84dbd2ffc7e98d85eb5823dadd244fd5c22.zip |
network.pm doesn't exist anymore
Diffstat (limited to 'move')
-rw-r--r-- | move/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/Makefile b/move/Makefile index 21dc3462b..43abd4f65 100644 --- a/move/Makefile +++ b/move/Makefile @@ -40,7 +40,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' | (cd $(INSTALL) ; sudo cpio -pLumd $(DEST_LIVETREE)/usr/lib/libDrakX/) + (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/) #- 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 |