]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- rpm macros rev 1.171
authorpzurowski <pzurowski@pld-linux.org>
Tue, 23 Nov 2004 14:43:03 +0000 (14:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed path to banner.sh

Changed files:
    rpm.macros -> 1.171

rpm.macros

index 7a3ac2a31e606132df66dc5d82c494e625a0ca3d..fe4182253256b778afb8f4c2cf6e363b131a5644 100644 (file)
@@ -505,6 +505,6 @@ diff -u -r1.158.4.8 rpm.macros
 # -t   - show only, if RPM_SCRIPTVERBOSITY >= n
 %banner(a:n:t:)        \
        [ -r /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm || RPM_SCRIPTVERBOSITY=5; \
-       banner.sh %{!-t:%{!-n:-s}} %{-t:`[ $RPM_SCRIPTVERBOSITY -ge %{-t*} ] && echo "-s"`} %{!-a:-m}%{-a:-M} %1 << EOF\
+       %{_bindir}/banner.sh %{!-t:%{!-n:-s}} %{-t:`[ $RPM_SCRIPTVERBOSITY -ge %{-t*} ] && echo "-s"`} %{!-a:-m}%{-a:-M} %1 << EOF\
 %nil
 
This page took 0.204255 seconds and 4 git commands to generate.