From a363113f32eb1d4e6ab5385365c37e9307c804c3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 17 Jul 2005 12:44:08 +0000 Subject: [PATCH] fix dnsmasq build SVN-Revision: 1482 --- openwrt/package/dnsmasq/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openwrt/package/dnsmasq/Makefile b/openwrt/package/dnsmasq/Makefile index 7791f81b62..318a57539e 100644 --- a/openwrt/package/dnsmasq/Makefile +++ b/openwrt/package/dnsmasq/Makefile @@ -29,7 +29,8 @@ $(IPKG_DNSMASQ): install -d -m0755 $(IDIR_DNSMASQ)/usr/sbin cp $(PKG_BUILD_DIR)/src/$(PKG_NAME) $(IDIR_DNSMASQ)/usr/sbin/ $(STRIP) $(IDIR_DNSMASQ)/usr/sbin/* - install -m0644 ./files/dnsmasq.conf $(IDIR_DNSMASQ)/etc - install -m0755 ./files/S50dnsmasq $(IDIR_DNSMASQ)/etc/init.d + install -d -m0755 $(IDIR_DNSMASQ)/etc/init.d/ + install -m0644 ./files/dnsmasq.conf $(IDIR_DNSMASQ)/etc/dnsmasq.conf + install -m0755 ./files/S50dnsmasq $(IDIR_DNSMASQ)/etc/init.d/S50dnsmasq $(IPKG_BUILD) $(IDIR_DNSMASQ) $(PACKAGE_DIR) -- 2.30.2