mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 15:19:11 +08:00
cmake: fix typo causing conf.d to be missed in install phase
This commit is contained in:
parent
57bd122719
commit
d02011c57a
@ -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…
x
Reference in New Issue
Block a user