diff options
| author | Dana Jansens <danakj@orodu.net> | 2011-03-30 11:13:06 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2011-04-11 17:25:45 -0400 |
| commit | 6624d06dd17490189764ca6c3a6c7eb8c5f55a5b (patch) | |
| tree | aaf3a6f15d4d0ac8b91d17d22e43bda42e68ed01 /Makefile.am | |
| parent | 007f0917b848fc6dda0b1b40773bc09b3f5f5668 (diff) | |
fix global autostart installation, and the pointer to it so it is run
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f57a7703..c3feae6c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,8 +47,7 @@ nodist_rc_SCRIPTS = \ data/autostart/autostart dist_libexec_SCRIPTS = \ - data/autostart/openbox-xdg-autostart \ - data/autostart/openbox-autostart + data/autostart/openbox-xdg-autostart nodist_libexec_SCRIPTS = \ data/autostart/openbox-autostart @@ -468,6 +467,7 @@ dist_rc_DATA = \ edit = $(SED) \ -e 's!@version\@!$(VERSION)!' \ -e 's!@configdir\@!$(configdir)!' \ + -e 's!@rcdir\@!$(rcdir)!' \ -e 's!@libexecdir\@!$(libexecdir)!' \ -e 's!@bindir\@!$(bindir)!' |
