summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorolli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-07 01:09:31 +0000
committerolli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-07 01:09:31 +0000
commit89bc93f194531accab4e13d31085eb421b3d1c9c (patch)
treef8add29caa2bff48c49e40f3494a1531b29e7343 /package
parent1e23af6c69cd04f757b32789be7e52d2a9ca76d4 (diff)
set executable bit on S60olsrd (fixes #184)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2853 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/olsrd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/olsrd/Makefile b/package/olsrd/Makefile
index 15be96728..0c427a32e 100644
--- a/package/olsrd/Makefile
+++ b/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)