summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 5b993a0..e71ec3a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -148,9 +148,9 @@ completion_DATA = completion/xdg-app
EXTRA_DIST += $(completion_DATA)
profiledir = $(sysconfdir)/profile.d
-profile_DATA = profile/xdg-app.sh
+profile_DATA = xdg-app.sh
EXTRA_DIST += profile/xdg-app.sh.in
-profile/xdg-app.sh: profile/xdg-app.sh.in
+xdg-app.sh: profile/xdg-app.sh.in
$(AM_V_GEN) $(SED) -e "s|\@localstatedir\@|$(localstatedir)|" \
-e "s|\@sysconfdir\@|$(sysconfdir)|" $< > $@