~aw/sabayon-template/trunk

« back to all changes in this revision

Viewing changes to admin-tool/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2010-03-18 18:01:03 UTC
  • mto: (1.3.1 upstream) (2.1.9 experimental)
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: james.westby@ubuntu.com-20100318180103-aeurz233o0ujtkw7
Tags: upstream-2.29.92
ImportĀ upstreamĀ versionĀ 2.29.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
%.sh: %.sh.in
47
47
        sed                                             \
48
 
                -e s!\@SBINDIR\@!$(sbindir)!            \
49
 
                -e s!\@SCONFDIR\@!$(sysconfdir)!        \
 
48
                -e s!\@SBINDIR\@!$(sbindir)!g            \
 
49
                -e s!\@SCONFDIR\@!$(sysconfdir)!g        \
50
50
                < $< > $@
51
51
        chmod a+x $@
52
52