Substitute unknown paths in new patch sections.

Thu, 22 Mar 2012 21:51:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Mar 2012 21:51:36 +0100
changeset 412
577aba7f4106
parent 411
e4385d1fd937
child 413
506d3a1a6c3c

Substitute unknown paths in new patch sections.

opensips/opensips.spec file | annotate | diff | comparison | revisions
     1.1 --- a/opensips/opensips.spec	Thu Mar 22 21:33:42 2012 +0100
     1.2 +++ b/opensips/opensips.spec	Thu Mar 22 21:51:36 2012 +0100
     1.3 @@ -190,6 +190,9 @@
     1.4      ( cd rtpproxy-%{V_rtpproxy}
     1.5        %patch -p0 -P 5
     1.6      ) || exit $?
     1.7 +    %{l_shtool} subst %{l_value -s -a} \
     1.8 +        scripts/opensipsctlrc \
     1.9 +        scripts/osipsconsolerc
    1.10      %{l_shtool} subst \
    1.11          -e 's;^#! */bin/sh;#! %{l_prefix}/bin/bash;' \
    1.12          scripts/opensipsctl

mercurial