]> git.pld-linux.org Git - packages/netsniff-ng.git/commitdiff
for syntax fixed
authorTomasz Pala <gotar@pld-linux.org>
Sun, 5 Nov 2017 17:07:12 +0000 (18:07 +0100)
committerTomasz Pala <gotar@pld-linux.org>
Sun, 5 Nov 2017 17:07:12 +0000 (18:07 +0100)
netsniff-ng.spec

index 998e5f445550778ad6317b435cc63eefb72e35ff..7592158e60388369213720a71d3faf6fc1f6e1e4 100644 (file)
@@ -55,7 +55,7 @@ install -d $RPM_BUILD_ROOT{%{_sbindir},%{zsh_compdir}}
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-for i in *.zsh
+for i in *.zsh; do
        install -p "$i" $RPM_BUILD_ROOT%{zsh_compdir}/_"${i%.zsh}"
 done
 
This page took 0.082085 seconds and 4 git commands to generate.