diff options
Diffstat (limited to 'editors/mule/Makefile')
-rw-r--r-- | editors/mule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index a923d764ac63..ab77d663ecd0 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -162,7 +162,7 @@ pre-install: fi post-install: - strip ${PREFIX}/bin/${EMACS_EXECUTABLE}-${EMACS_VERSION} + ${STRIP_CMD} ${PREFIX}/bin/${EMACS_EXECUTABLE}-${EMACS_VERSION} # for freewnn+sj3 or wnn6+sj3 @if [ -e ${PKGINSTALL} ]; then \ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL; \ |