1. diff --git a/emacs/Makefile b/emacs/Makefile
  2. index 166f482..bc36b98 100644
  3. --- a/emacs/Makefile
  4. +++ b/emacs/Makefile
  5. @@ -154,7 +154,7 @@ endef
  6. define Build/Install
  7. sed -ie 's;./src/emacs\( --version\);$(STAGING_DIR_HOST)/bin/emacs \1;g' \
  8. $(PKG_BUILD_DIR)/Makefile
  9. - $(call Build/Install/Default,install-arch-indep install-arch-dep install-leim INSTALL_STRIP=-s "MFLAGS=-o test-distrib")
  10. + $(call Build/Install/Default,install-arch-indep install-arch-dep install-leim INSTALL_STRIP=\"-s --strip-program=\\\"$(STRIP)\\\"\"
  11. $(INSTALL_DATA) ./files/site-start.el $(PKG_INSTALL_DIR)/usr/share/emacs/$(PKG_VERSION)/site-lisp
  12. endef