ppcrcd/trunk/Makefile
sparky
cvs at pld-linux.org
Mon Aug 7 11:43:03 CEST 2006
Author: sparky
Date: Mon Aug 7 11:43:02 2006
New Revision: 7617
Modified:
ppcrcd/trunk/Makefile
Log:
- remove libraries before ldconfig
Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile (original)
+++ ppcrcd/trunk/Makefile Mon Aug 7 11:43:02 2006
@@ -175,6 +175,9 @@
#
$(SU) cp -a $(root_inst)/* $@.work
#
+ -while read TODEL; do [[ $$TODEL == *lib* ]] && \
+ $(SU) rm -rf $@.work/$$TODEL; done < todel
+ #
$(SU) chroot $@.work /sbin/ldconfig -c new
#
while read TODEL; do $(SU) rm -rf $@.work/$$TODEL; done < todel
More information about the pld-cvs-commit
mailing list