Skip to content

Commit 832edca

Browse files
authored
Merge pull request #3779 from jsorg71/instfiles_err
remove keymap file before creating sym link
2 parents 99dfacf + 05210ad commit 832edca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

instfiles/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ if FREEBSD
110110
$(DESTDIR)$(sysconfdir)/rc.d/xrdp-sesman
111111
endif
112112
(cd $(DESTDIR)${startscriptdir} && \
113-
$(LN_S) km-00010426.toml km-00020426.toml)
113+
$(LN_S) -f km-00010426.toml km-00020426.toml)

0 commit comments

Comments
 (0)