From 9e6dd9df570f84801f96191ab72ce0011a47135b Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Tue, 25 Jan 2011 13:39:17 +0800 Subject: [PATCH] emacs, remove manully strip binary file --- emacs/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emacs/Makefile b/emacs/Makefile index b0a1fdd..01efdc9 100644 --- a/emacs/Makefile +++ b/emacs/Makefile @@ -154,14 +154,13 @@ endef define Build/Install sed -ie 's;./src/emacs\( --version\);$(STAGING_DIR_HOST)/bin/emacs \1;g' \ $(PKG_BUILD_DIR)/Makefile - $(call Build/Install/Default,install-arch-indep install-arch-dep install-leim "MFLAGS=-o test-distrib") + $(call Build/Install/Default,install-arch-indep install-arch-dep install-leim INSTALL_STRIP="" "MFLAGS=-o test-distrib") $(INSTALL_DATA) ./files/site-start.el $(PKG_INSTALL_DIR)/usr/share/emacs/$(PKG_VERSION)/site-lisp endef define Package/emacs/install $(INSTALL_DIR) $(1)/usr cp -r $(PKG_INSTALL_DIR)/usr/{bin,lib} $(1)/usr - (cd $(1)/usr/bin/; file * | grep "not stripped" | cut -d ":" -f1 | xargs $(STRIP)) endef define Package/emacs-data/install