Fix build on Red Hat based systems, where /etc/rc.d/init.d exists (thanks framer99...
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 27 May 2005 04:31:50 +0000 (04:31 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 27 May 2005 04:31:50 +0000 (04:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1071 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/maradns/Makefile

index 67d6b67..3d790ee 100644 (file)
@@ -56,6 +56,7 @@ $(PKG_BUILD_DIR)/.built:
        mkdir -p $(PKG_INSTALL_DIR)/usr/man/man{1,5,8}
        $(MAKE) -C $(PKG_BUILD_DIR) \
                PREFIX="$(PKG_INSTALL_DIR)/usr" \
+               RPM_BUILD_ROOT="$(PKG_INSTALL_DIR)" \
                install
        touch $@
 
This page took 0.03317 seconds and 4 git commands to generate.