diff options
Diffstat (limited to 'editors/xemacs/Makefile')
-rw-r--r-- | editors/xemacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 6b616cb56e15..807a751a3fea 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -79,7 +79,7 @@ WITH_OFFIX?= --with-offix=no .endif post-install: - ${LN} -s xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21 + ${LN} -sf xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21 .for file in b2m ctags etags gnuclient xemacs-${XEMACS_VER} strip ${PREFIX}/bin/${file} .endfor |