[package] fix the instal strip command (follow-up on #5617)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@17797 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-09-28 21:44:17 +00:00
parent 9f41fc0aef
commit 2f4e919b2f

View File

@ -33,11 +33,11 @@ TARGET_CPPFLAGS += \
MAKE_FLAGS += \ MAKE_FLAGS += \
INSTALL_USER=$(shell id -u) \ INSTALL_USER=$(shell id -u) \
INSTALL_GROUP=$(shell id -g) \ INSTALL_GROUP=$(shell id -g)
INSTALL_STRIP=""
CONFIGURE_ARGS += \ CONFIGURE_ARGS += \
--disable-cap --disable-cap \
--enable-devel \
define Package/proftpd/install define Package/proftpd/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)/ $(CP) $(PKG_INSTALL_DIR)/* $(1)/