projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2123f17
)
Fix build on Red Hat based systems, where /etc/rc.d/init.d exists (thanks framer99...
author
Nicolas Thill
<nico@openwrt.org>
Fri, 27 May 2005 04:31:50 +0000
(
04:31
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 27 May 2005 04:31:50 +0000
(
04:31
+0000)
SVN-Revision: 1071
openwrt/package/maradns/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/maradns/Makefile
b/openwrt/package/maradns/Makefile
index 67d6b673a4b0a37cc9e0d64fa29f0e2acc6412b5..3d790ee9d6679539e37f4ef7ed3f348c5512857b 100644
(file)
--- a/
openwrt/package/maradns/Makefile
+++ b/
openwrt/package/maradns/Makefile
@@
-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 $@