[packages/wget] fix shebang
atler
atler at pld-linux.org
Tue Apr 28 13:41:25 CEST 2020
commit a25a9545ab414e807463795aaa190bd3ec64d97a
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Apr 28 13:41:08 2020 +0200
fix shebang
wget.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/wget.spec b/wget.spec
index a569c47..62c87ec 100644
--- 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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wget.git/commitdiff/a25a9545ab414e807463795aaa190bd3ec64d97a
More information about the pld-cvs-commit
mailing list