Author: sparky Date: Mon Jun 12 18:09:38 2006 New Revision: 7477 Modified: ppcrcd/trunk/base.pkgs Log: - install sed before pdksh - fix audit-libs
Modified: ppcrcd/trunk/base.pkgs ============================================================================== --- ppcrcd/trunk/base.pkgs (original) +++ ppcrcd/trunk/base.pkgs Mon Jun 12 18:09:38 2006 @@ -32,16 +32,16 @@ I += libselinux $(R)/libselinux: $(P)/libselinux -I += pdksh -BCOND-pdksh = --without static -# -static -$(R)/pdksh: $(P)/pdksh - I += sed #BCOND-sed = --without tests # -tests $(R)/sed: $(P)/sed +I += pdksh +BCOND-pdksh = --without static +# -static +$(R)/pdksh: $(P)/pdksh + I += rpm-base REV-rpm = AC-branch BCOND-rpm = --without doc --without python --without apidocs @@ -98,7 +98,7 @@ $(R)/device-mapper: $(P)/device-mapper I += audit-libs -BCOND-device-mapper = --without python +BCOND-audit-libs = --without python $(R)/audit-libs: $(P)/audit I += shadow _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
