Avoid causing stale source when substituting expression.

Fri, 21 Sep 2012 22:44:32 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 21 Sep 2012 22:44:32 +0200
changeset 703
6e3df34ead39
parent 702
005f3015911e
child 704
0a3af3462343

Avoid causing stale source when substituting expression.

davical/davical.spec file | annotate | diff | comparison | revisions
     1.1 --- a/davical/davical.spec	Fri Sep 21 22:42:56 2012 +0200
     1.2 +++ b/davical/davical.spec	Fri Sep 21 22:44:32 2012 +0200
     1.3 @@ -99,9 +99,7 @@
     1.4  %build
     1.5      ln -s awl-%{V_awl} awl
     1.6      ( cd davical-%{V_davical}
     1.7 -      %{l_shtool} subst %{l_value -s -a} \
     1.8 -          inc/always.php.in \
     1.9 -          htdocs/always.php
    1.10 +      %{l_shtool} subst %{l_value -s -a} inc/always.php.in
    1.11        %{l_make} %{l_mflags} htdocs/always.php
    1.12      ) || exit $?
    1.13  
    1.14 @@ -119,9 +117,6 @@
    1.15  
    1.16      #   install program components
    1.17      find . -name "*.orig" -print | xargs rm -f
    1.18 -# MSvB: Needed?
    1.19 -#    %{l_shtool} subst %{l_value -s -a} \
    1.20 -#        davical-%{V_davical}/htdocs/always.php
    1.21      cp -r \
    1.22          awl-%{V_awl}/dba \
    1.23          awl-%{V_awl}/inc \

mercurial