build: Fix srcdir != builddir from git

We could just `mkdir -p profile`, but it's saner to just drop it in
the builddir.
tingping/wmclass
Colin Walters 2015-05-19 12:36:34 -04:00
parent ea4adc2a8b
commit 290253b4e2
1 changed files with 2 additions and 2 deletions

View File

@ -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)|" $< > $@