]> git.pld-linux.org Git - packages/netatalk.git/commitdiff
- shebang fix auto/th/netatalk-3.1.11-3
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 9 Feb 2020 11:55:29 +0000 (12:55 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 9 Feb 2020 11:55:29 +0000 (12:55 +0100)
- rel 3

netatalk.spec

index 3416a3b06f8d42296d77ceafed83212ff55964cf..f891a4c5c4aa9a11e98211a8df5ff4e961d134f1 100644 (file)
@@ -10,7 +10,7 @@ Summary:      Netatalk AFP fileserver for Apple clients
 Summary(pl.UTF-8):     Netatalk - serwer plików AFP dla klientów Apple
 Name:          netatalk
 Version:       3.1.11
-Release:       2
+Release:       3
 Epoch:         2
 License:       GPL v2+ (with BSD parts)
 Group:         Daemons
@@ -130,7 +130,9 @@ Statyczna biblioteka Netatalk.
 %prep
 %setup -q
 
-%{__sed} -i -e '1s,/usr/bin/env python,/usr/bin/python,' contrib/shell_utils/afpstats
+%{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+python(\s|$),#!%{__python}\1,' \
+      contrib/shell_utils/afpstats \
+      libevent/event_rpcgen.py
 
 %build
 %{__libtoolize}
This page took 0.051156 seconds and 4 git commands to generate.