cmake: fix typo causing conf.d to be missed in install phase

This commit is contained in:
David Adam 2017-11-06 20:44:14 +08:00
parent 57bd122719
commit d02011c57a

View file

@ -105,7 +105,7 @@ INSTALL(FILES share/config.fish
# -$v $(INSTALL) -m 755 -d $(DESTDIR)$(extra_functionsdir)
# -$v $(INSTALL) -m 755 -d $(DESTDIR)$(extra_confdir)
FISH_CREATE_DIRS(${rel_datadir}/pkgconfig ${extra_completionsdir}
${extra_functionsdir} ${extra_confsdir})
${extra_functionsdir} ${extra_confdir})
# @echo "Installing pkgconfig file"
# $v $(INSTALL) -m 644 fish.pc $(DESTDIR)$(datadir)/pkgconfig