From 814fa42e772f79fb697fc2647ca9a312d41cb220 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 15 Oct 2003 13:15:00 +0000 Subject: don't look for /usr/lib/libDrakX on build box, only in the live_tree --- move/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'move') diff --git a/move/Makefile b/move/Makefile index 80649db63..77712c765 100644 --- a/move/Makefile +++ b/move/Makefile @@ -27,7 +27,7 @@ install: build sudo cp -f $(addprefix $(INSTALL)/, $(INSTALL_FILES)) $(DEST_STAGE2) #- overwrite /usr/lib/libDrakX files of the live tree with those in CVS - sudo cp -f $(addprefix $(INSTALL)/, $(patsubst /usr/lib/libDrakX/%.pm, %.pm, $(shell ls /usr/lib/libDrakX/*.pm))) $(DEST_LIVETREE)/usr/lib/libDrakX || : + sudo cp -f $(addprefix $(INSTALL)/, $(shell cd $(DEST_LIVETREE)/usr/lib/libDrakX ; ls *.pm)) $(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 `find $(DEST_LIVETREE)/usr/lib* | grep stuff/stuff.so` -- cgit v1.2.1