Advertisement
Guest User

Untitled

a guest
Jan 17th, 2011
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement