Author: baggins Date: Wed Mar 28 12:24:57 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 1 - install runuser by hand
---- Files affected: SPECS: coreutils.spec (1.122 -> 1.123) ---- Diffs: ================================================================ Index: SPECS/coreutils.spec diff -u SPECS/coreutils.spec:1.122 SPECS/coreutils.spec:1.123 --- SPECS/coreutils.spec:1.122 Tue Mar 27 17:25:48 2007 +++ SPECS/coreutils.spec Wed Mar 28 14:24:51 2007 @@ -7,7 +7,7 @@ Summary(pl.UTF-8): GNU Core-utils - podstawowe narzędzia działające z linii poleceń Name: coreutils Version: 6.9 -Release: 0.1 +Release: 1 License: GPL Group: Applications/System Source0: ftp://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.bz2 @@ -139,7 +139,7 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{/bin,%{_bindir},%{_sbindir},/etc/pam.d,/etc/shrc.d} +install -d $RPM_BUILD_ROOT{/bin,/sbin,%{_bindir},%{_sbindir},/etc/pam.d,/etc/shrc.d} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -155,6 +155,7 @@ # su is missed by "make install" install src/su $RPM_BUILD_ROOT/bin +install src/runuser $RPM_BUILD_ROOT/sbin install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir} install %{SOURCE3} %{SOURCE4} $RPM_BUILD_ROOT/etc/shrc.d @@ -221,6 +222,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.123 2007/03/28 12:24:51 baggins +- rel 1 +- install runuser by hand + Revision 1.122 2007/03/27 15:25:48 baggins - updated patches - added runuser program ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/coreutils.spec?r1=1.122&r2=1.123&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
