]> git.pld-linux.org Git - packages/netsniff-ng.git/commitdiff
zsh install directory fixed
authorTomasz Pala <gotar@pld-linux.org>
Sun, 5 Nov 2017 15:54:23 +0000 (16:54 +0100)
committerTomasz Pala <gotar@pld-linux.org>
Sun, 5 Nov 2017 15:54:23 +0000 (16:54 +0100)
netsniff-ng.spec

index f70c81433fd4d2103e117ac2bee34a5c3d7dc34f..e9eca3ed32f29188bb98c9ce0a66fdb916126452 100644 (file)
@@ -55,7 +55,7 @@ install -d $RPM_BUILD_ROOT{%{_sbindir},%{zsh_compdir}}
        DESTDIR=$RPM_BUILD_ROOT
 
 for i in *.zsh
-       install -p "$i" "%{zsh_compdir}/_${i%.zsh}"
+       install -p "$i" $RPM_BUILD_ROOT%{zsh_compdir}/_"${i%.zsh}"
 done
 
 %clean
This page took 0.242662 seconds and 4 git commands to generate.