projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
busybox httpd.conf: add support for reading passwords from /etc/passwd (syntax: ...
[openwrt.git]
/
package
/
nano
/
Makefile
diff --git
a/package/nano/Makefile
b/package/nano/Makefile
index
5ecad7e
..
aec6fa8
100644
(file)
--- a/
package/nano/Makefile
+++ b/
package/nano/Makefile
@@
-66,7
+66,7
@@
$(PKG_BUILD_DIR)/.built:
$(IPKG_NANO):
install -d -m0755 $(IDIR_NANO)/usr/bin
$(IPKG_NANO):
install -d -m0755 $(IDIR_NANO)/usr/bin
-
cp -fpR
$(PKG_INSTALL_DIR)/usr/bin/nano $(IDIR_NANO)/usr/bin/
+
$(CP)
$(PKG_INSTALL_DIR)/usr/bin/nano $(IDIR_NANO)/usr/bin/
$(RSTRIP) $(IDIR_NANO)
$(IPKG_BUILD) $(IDIR_NANO) $(PACKAGE_DIR)
$(RSTRIP) $(IDIR_NANO)
$(IPKG_BUILD) $(IDIR_NANO) $(PACKAGE_DIR)
This page took
0.024722 seconds
and
4
git commands to generate.