aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOpenWrt Developers <openwrt-devel@openwrt.org>2006-01-07 01:09:31 +0000
committerOpenWrt Developers <openwrt-devel@openwrt.org>2006-01-07 01:09:31 +0000
commit8f8b684a112d28b4c84d2e38f09672474851bfb1 (patch)
tree66a2f03e810a03f2f48c58404e32e55699c9de96
parent7878c3e43fe6b4aaa9915a6cb0accc6a081ea9e9 (diff)
downloadupstream-8f8b684a112d28b4c84d2e38f09672474851bfb1.tar.gz
upstream-8f8b684a112d28b4c84d2e38f09672474851bfb1.tar.bz2
upstream-8f8b684a112d28b4c84d2e38f09672474851bfb1.zip
set executable bit on S60olsrd (fixes #184)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2853 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/package/olsrd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/olsrd/Makefile b/openwrt/package/olsrd/Makefile
index 15be9672862..0c427a32ed2 100644
--- a/openwrt/package/olsrd/Makefile
+++ b/openwrt/package/olsrd/Makefile
@@ -65,7 +65,7 @@ $(IPKG_OLSRD):
install -d -m0755 $(IDIR_OLSRD)/usr/sbin
cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/olsrd $(IDIR_OLSRD)/usr/sbin/
install -d -m0755 $(IDIR_OLSRD)/etc/init.d
- cp -fpR ./files/olsrd.init $(IDIR_OLSRD)/etc/init.d/S60olsrd
+ install -m0755 ./files/olsrd.init $(IDIR_OLSRD)/etc/init.d/S60olsrd
$(RSTRIP) $(IDIR_OLSRD)
$(IPKG_BUILD) $(IDIR_OLSRD) $(PACKAGE_DIR)