rpms/abicheck/devel abicheck.spec,1.53,1.54

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Aug 6 20:46:01 UTC 2008


Author: mschwendt

Update of /cvs/extras/rpms/abicheck/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23293

Modified Files:
	abicheck.spec 
Log Message:
shebang to perl not sh


Index: abicheck.spec
===================================================================
RCS file: /cvs/extras/rpms/abicheck/devel/abicheck.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- abicheck.spec	6 Aug 2008 20:33:26 -0000	1.53
+++ abicheck.spec	6 Aug 2008 20:45:31 -0000	1.54
@@ -26,7 +26,7 @@
 
 %prep
 %setup -q
-sed -i -e "1,1s!^  #!#!" abicheck.pl
+sed -i -e '1d;2i#!/usr/bin/perl' abicheck.pl
 %patch -p1 -b .fc3
 %patch1 -p1 -b .tests
 %patch2 -p1 -b .bindings-fc4




More information about the fedora-extras-commits mailing list