]> git.pld-linux.org Git - packages/wget.git/commitdiff
fix shebang
authorJan Palus <atler@pld-linux.org>
Tue, 28 Apr 2020 11:41:08 +0000 (13:41 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 28 Apr 2020 11:41:08 +0000 (13:41 +0200)
wget.spec

index a569c47ddffd8dedbee6e251892e7df2736c1d05..62c87ec85cb0adc84cfc2da3e7a0ac8161b0648c 100644 (file)
--- a/wget.spec
+++ b/wget.spec
@@ -152,6 +152,8 @@ echo -n %{version}
 EOF
 chmod +x build-aux/bzr-version-gen
 
+%{__sed} -i -e '1s,/usr/bin/env perl,%{__perl},' util/rmold.pl
+
 %build
 %{__gettextize}
 %{__aclocal} -I m4
This page took 0.06955 seconds and 4 git commands to generate.