projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add a patch to move astdb from flash to tmpfs
[openwrt.git]
/
openwrt
/
package
/
pptp
/
Makefile
diff --git
a/openwrt/package/pptp/Makefile
b/openwrt/package/pptp/Makefile
index
e017f98
..
a07d6bd
100644
(file)
--- a/
openwrt/package/pptp/Makefile
+++ b/
openwrt/package/pptp/Makefile
@@
-34,6
+34,7
@@
$(PKG_IPK): $(PKG_BUILD_DIR)/$(PKG_NAME)
cp $(PKG_BUILD_DIR)/pptp $(PKG_IPK_DIR)/usr/sbin/
$(STRIP) $(PKG_IPK_DIR)/usr/sbin/*
mkdir -p $(PACKAGE_DIR)
cp $(PKG_BUILD_DIR)/pptp $(PKG_IPK_DIR)/usr/sbin/
$(STRIP) $(PKG_IPK_DIR)/usr/sbin/*
mkdir -p $(PACKAGE_DIR)
+ find $(PKG_IPK_DIR) -name CVS | xargs rm -rf
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)
$(IPKG_STATE_DIR)/info/pptp.list: $(PKG_IPK)
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)
$(IPKG_STATE_DIR)/info/pptp.list: $(PKG_IPK)
This page took
0.026208 seconds
and
4
git commands to generate.