]> git.pld-linux.org Git - packages/sprunge.git/commitdiff
- rel 2; exec curl auto/th/sprunge-0.1-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 25 Sep 2013 17:44:58 +0000 (19:44 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 25 Sep 2013 17:44:58 +0000 (19:44 +0200)
sprunge.spec

index 73ad815b8868e2ac140ae2504d889637d1d59045..97574de74a1123fabb59aaab8565c6a91342fa5e 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Command line Pastebin-like
 Name:          sprunge
 Version:       0.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications
 URL:           http://sprunge.us/
@@ -22,7 +22,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 
 cat << 'EOF' > $RPM_BUILD_ROOT%{_bindir}/sprunge
-%{_bindir}/curl -F 'sprunge=<-' http://sprunge.us
+exec %{_bindir}/curl -F 'sprunge=<-' http://sprunge.us
 EOF
 
 %clean
This page took 0.088248 seconds and 4 git commands to generate.