mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
cmake: fix typo causing conf.d to be missed in install phase
This commit is contained in:
parent
57bd122719
commit
d02011c57a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue