From 52e9d06748b40b61c2dfe3535b38c9050fa00aa4 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 17 Nov 2003 17:27:51 +0000 Subject: when we need to change something in MDK-Common (here, substInFile), allow us to reflect our changes in "make" from cvs pixel might need to have a working ../../soft --- move/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/move/Makefile b/move/Makefile index 69f7550d5..b7c9af57f 100644 --- a/move/Makefile +++ b/move/Makefile @@ -49,6 +49,9 @@ install: build #- 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 + #- overwrite MDK-Common + sudo cp -f ../../soft/perl-MDK-Common/MDK/Common/*.pm $(DEST_LIVETREE)/usr/$(LIB_NAME)/perl5/vendor_perl/*/MDK/Common + #- duplicated :( sudo perl -pi -e 's/#[-+].*//; $$_ = "\n" if (/^=(head|begin)/ .. /^=cut/) || /use (diagnostics|vars|strict)/' $(DEST_STAGE2)/*.pm `find $(DEST_LIVETREE)/usr/lib/libDrakX -name "*.pm"` -- cgit v1.2.1