projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b28399
)
strip openvpn
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Mar 2005 13:24:27 +0000
(13:24 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Mar 2005 13:24:27 +0000
(13:24 +0000)
SVN-Revision: 333
openwrt/package/openvpn/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/openvpn/Makefile
b/openwrt/package/openvpn/Makefile
index e9a9cf4fa60b39de1b86f1ab4959e2a3e565acbc..1c7b06e5fad79404dccb00abae1686c21210c292 100644
(file)
--- a/
openwrt/package/openvpn/Makefile
+++ b/
openwrt/package/openvpn/Makefile
@@
-57,6
+57,7
@@
$(PKG_IPK): $(PKG_BUILD_DIR)/openvpn
$(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) $(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
mkdir -p $(PKG_IPK_DIR)/usr/sbin
cp $(PKG_BUILD_DIR)/openvpn $(PKG_IPK_DIR)/usr/sbin/
+ $(STRIP) $(PKG_IPK_DIR)/usr/sbin/*
mkdir -p $(PACKAGE_DIR)
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)