SPECS: getdp.spec - kill setting perms in %install
darekr
darekr at pld-linux.org
Mon Aug 22 19:42:25 CEST 2005
Author: darekr Date: Mon Aug 22 17:42:25 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- kill setting perms in %install
---- Files affected:
SPECS:
getdp.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/getdp.spec
diff -u SPECS/getdp.spec:1.5 SPECS/getdp.spec:1.6
--- SPECS/getdp.spec:1.5 Mon Aug 22 19:35:13 2005
+++ SPECS/getdp.spec Mon Aug 22 19:42:20 2005
@@ -54,7 +54,7 @@
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_infodir}}
-install -m 755 bin/getdp $RPM_BUILD_ROOT%{_bindir}/getdp
+install bin/getdp $RPM_BUILD_ROOT%{_bindir}/getdp
install doc/getdp.1 $RPM_BUILD_ROOT%{_mandir}/man1
install doc/texinfo/getdp.info* $RPM_BUILD_ROOT%{_infodir}
@@ -74,6 +74,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2005/08/22 17:42:20 darekr
+- kill setting perms in %install
+
Revision 1.5 2005/08/22 17:35:13 undefine
- up to 1.1.0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/getdp.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list