~ci-train-bot/hud/hud-ubuntu-zesty-2345

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Michael Terry
  • Date: 2012-12-12 18:10:51 UTC
  • mto: This revision was merged to the branch mainline in revision 237.
  • Revision ID: michael.terry@canonical.com-20121212181051-mhlasepgry8bye08
modernize packaging (dh9 etc)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
dbus_services_DATA = com.canonical.hud.service
9
9
 
10
10
%.service: %.service.in
11
 
        sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
 
11
        sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
12
12
 
13
13
EXTRA_DIST = \
14
14
        $(dbus_services_DATA:.service=.service.in) \