projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix ppp reconnect (add persist option)
[openwrt.git]
/
package
/
haserl
/
Makefile
diff --git
a/package/haserl/Makefile
b/package/haserl/Makefile
index
a5c9a98
..
e361d45
100644
(file)
--- a/
package/haserl/Makefile
+++ b/
package/haserl/Makefile
@@
-60,9
+60,9
@@
$(PKG_INSTALL_DIR)/usr/bin/haserl: $(PKG_BUILD_DIR)/.built
install
$(PKG_IPK): $(PKG_INSTALL_DIR)/usr/bin/haserl
install
$(PKG_IPK): $(PKG_INSTALL_DIR)/usr/bin/haserl
- $(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) $(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
+ $(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR)
./ipkg/
$(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
mkdir -p $(PKG_IPK_DIR)/usr/bin
mkdir -p $(PKG_IPK_DIR)/usr/bin
- cp -fp $(PKG_INSTALL_DIR)/usr/bin/haserl $(PKG_IPK_DIR)/usr/bin/
+ cp -fp
R
$(PKG_INSTALL_DIR)/usr/bin/haserl $(PKG_IPK_DIR)/usr/bin/
$(STRIP) $(PKG_IPK_DIR)/usr/bin/*
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)
$(STRIP) $(PKG_IPK_DIR)/usr/bin/*
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)
This page took
0.028105 seconds
and
4
git commands to generate.