summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-17 17:27:51 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-17 17:27:51 +0000
commit52e9d06748b40b61c2dfe3535b38c9050fa00aa4 (patch)
tree5296ac6f207fb7fbf291c2cd6d080f6ac70b472f
parent6ee15c4c2991ed60514344839ba5dd81438424cf (diff)
downloaddrakx-backup-do-not-use-52e9d06748b40b61c2dfe3535b38c9050fa00aa4.tar
drakx-backup-do-not-use-52e9d06748b40b61c2dfe3535b38c9050fa00aa4.tar.gz
drakx-backup-do-not-use-52e9d06748b40b61c2dfe3535b38c9050fa00aa4.tar.bz2
drakx-backup-do-not-use-52e9d06748b40b61c2dfe3535b38c9050fa00aa4.tar.xz
drakx-backup-do-not-use-52e9d06748b40b61c2dfe3535b38c9050fa00aa4.zip
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
-rw-r--r--move/Makefile3
1 files changed, 3 insertions, 0 deletions
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"`