SOURCES: mcelog-DESTDIR.patch - use install(1) for copying binaries to pres...

glen glen at pld-linux.org
Wed Oct 8 18:15:31 CEST 2008


Author: glen                         Date: Wed Oct  8 16:15:31 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use install(1) for copying binaries to preserve executable bits

---- Files affected:
SOURCES:
   mcelog-DESTDIR.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/mcelog-DESTDIR.patch
diff -u SOURCES/mcelog-DESTDIR.patch:1.2 SOURCES/mcelog-DESTDIR.patch:1.3
--- SOURCES/mcelog-DESTDIR.patch:1.2	Wed Oct  8 18:14:59 2008
+++ SOURCES/mcelog-DESTDIR.patch	Wed Oct  8 18:15:25 2008
@@ -6,7 +6,7 @@
  install: mcelog
 -	cp mcelog ${prefix}/sbin/mcelog
 -	cp mcelog.8 ${prefix}/share/man/man8
-+	cp mcelog $(DESTDIR)${prefix}/sbin/mcelog
++	install mcelog $(DESTDIR)${prefix}/sbin/mcelog
 +	cp mcelog.8 $(DESTDIR)${prefix}/share/man/man8
  ifdef DOCDIR
  	cp ${DOC} ${DOCDIR} 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/mcelog-DESTDIR.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list