diff options
| author | Imre Kaloz <kaloz@openwrt.org> | 2005-12-18 11:18:52 +0000 |
|---|---|---|
| committer | Imre Kaloz <kaloz@openwrt.org> | 2005-12-18 11:18:52 +0000 |
| commit | 33485062e930690d5e68eabb0114d4ea959b7feb (patch) | |
| tree | 882e072b584c6a0b35cbd52c473f2fce5e48264c | |
| parent | 3aab56d6c98bb42bebfad864101dc6f9d0acf4b8 (diff) | |
| download | upstream-33485062e930690d5e68eabb0114d4ea959b7feb.tar.gz upstream-33485062e930690d5e68eabb0114d4ea959b7feb.tar.bz2 upstream-33485062e930690d5e68eabb0114d4ea959b7feb.zip | |
fix #81
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2720 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/package/olsrd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/olsrd/Makefile b/openwrt/package/olsrd/Makefile index ffd4b61431c..219813663ba 100644 --- a/openwrt/package/olsrd/Makefile +++ b/openwrt/package/olsrd/Makefile @@ -63,7 +63,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/olsrd + cp -fpR ./files/olsrd.init $(IDIR_OLSRD)/etc/init.d/S60olsrd $(RSTRIP) $(IDIR_OLSRD) $(IPKG_BUILD) $(IDIR_OLSRD) $(PACKAGE_DIR) |
