Author: sparky Date: Thu Jun 15 16:26:53 2006 New Revision: 7480 Modified: ppcrcd/trunk/base.pkgs Log: - install bash before gzip
Modified: ppcrcd/trunk/base.pkgs ============================================================================== --- ppcrcd/trunk/base.pkgs (original) +++ ppcrcd/trunk/base.pkgs Thu Jun 15 16:26:53 2006 @@ -206,6 +206,15 @@ S += crond $(R)/vixie-cron: $(P)/vixie-cron +I += readline +$(R)/readline: $(P)/readline + +I += bash +REV-bash = HEAD +BCOND-bash = --without static +# -static +bash_history +$(R)/bash: $(P)/bash + I += gzip $(R)/gzip: $(P)/gzip @@ -221,15 +230,6 @@ I += utempter $(R)/utempter: $(P)/utempter -I += readline -$(R)/readline: $(P)/readline - -I += bash -REV-bash = HEAD -BCOND-bash = --without static -# -static +bash_history -$(R)/bash: $(P)/bash - I += losetup rawdevices agetty tunelp blockdev S += rawdevices _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
