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)/* [EMAIL PROTECTED]
#
+ -while read TODEL; do [[ $$TODEL == *lib* ]] && \
+ $(SU) rm -rf [EMAIL PROTECTED]/$$TODEL; done < todel
+ #
$(SU) chroot [EMAIL PROTECTED] /sbin/ldconfig -c new
#
while read TODEL; do $(SU) rm -rf [EMAIL PROTECTED]/$$TODEL; done <
todel
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit