Skip to content
Snippets Groups Projects
Commit 4b0d292b authored by Oliver Ertl's avatar Oliver Ertl
Browse files

set executable bit on S60olsrd (fixes #184)

SVN-Revision: 2853
parent 47723343
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment