diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-03 21:03:24 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-03 21:03:24 +0000 |
commit | 6ee202f78b01f42506a8e3f204dff69d2fee7ae8 (patch) | |
tree | 589c0329924b198e16b1ed2ae98d5bed66a65613 /move/Makefile | |
parent | bfb74f8e19dfb79be542b07cceffb48bb89eba09 (diff) | |
download | drakx-6ee202f78b01f42506a8e3f204dff69d2fee7ae8.tar drakx-6ee202f78b01f42506a8e3f204dff69d2fee7ae8.tar.gz drakx-6ee202f78b01f42506a8e3f204dff69d2fee7ae8.tar.bz2 drakx-6ee202f78b01f42506a8e3f204dff69d2fee7ae8.tar.xz drakx-6ee202f78b01f42506a8e3f204dff69d2fee7ae8.zip |
grrr don't commit debugging purpose stuff
Diffstat (limited to 'move/Makefile')
-rw-r--r-- | move/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/move/Makefile b/move/Makefile index 084e10099..42dd941ca 100644 --- a/move/Makefile +++ b/move/Makefile @@ -43,7 +43,6 @@ install: build #- overwrite /usr/lib/libDrakX files of the live tree with those in CVS sudo cp -f $(addprefix $(INSTALL)/, $(shell cd $(DEST_LIVETREE)/usr/lib/libDrakX ; ls *.pm)) $(DEST_LIVETREE)/usr/lib/libDrakX || : - sudo cp -f $(addprefix $(INSTALL)/printer/, $(shell cd $(DEST_LIVETREE)/usr/lib/libDrakX/printer ; ls *.pm)) $(DEST_LIVETREE)/usr/lib/libDrakX/printer || : #- 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 |