Skip to content

Commit 00a7b9f

Browse files
elyscapescop
authored andcommitted
Makefile: update default compatdir (#132)
This was broken in c41a762.
1 parent ff2afaf commit 00a7b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ EXTRA_DIST = CHANGES $(pkgdata_DATA) bash_completion.sh.in .dir-locals.el \
2525

2626
install-data-hook:
2727
tmpfile=`mktemp $${TMPDIR:-/tmp}/bash_completion.XXXXXX` && \
28-
sed -e 's|=/etc/bash_completion\.d|=$(compatdir)|' \
28+
sed -e 's|-/etc/bash_completion\.d|-$(compatdir)|' \
2929
$(DESTDIR)$(pkgdatadir)/bash_completion > $$tmpfile && \
3030
cat $$tmpfile > $(DESTDIR)$(pkgdatadir)/bash_completion && \
3131
sed -e 's|\$${prefix}|$(prefix)|' \

0 commit comments

Comments
 (0)