SPECS: sshguard.spec - install vs. cp, install wins

shadzik shadzik at pld-linux.org
Wed Mar 7 09:30:50 CET 2007


Author: shadzik                      Date: Wed Mar  7 08:30:50 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- install vs. cp, install wins

---- Files affected:
SPECS:
   sshguard.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/sshguard.spec
diff -u SPECS/sshguard.spec:1.1 SPECS/sshguard.spec:1.2
--- SPECS/sshguard.spec:1.1	Wed Mar  7 09:06:20 2007
+++ SPECS/sshguard.spec	Wed Mar  7 09:30:43 2007
@@ -36,7 +36,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_sbindir}
-cp sshguard $RPM_BUILD_ROOT%{_sbindir}/
+install sshguard $RPM_BUILD_ROOT%{_sbindir}/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -51,6 +51,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/03/07 08:30:43  shadzik
+- install vs. cp, install wins
+
 Revision 1.1  2007/03/07 08:06:20  spider
 - init
 - nfy
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sshguard.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list