mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Fix build on Red Hat based systems, where /etc/rc.d/init.d exists (thanks framer99 for reporting)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1071 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -56,6 +56,7 @@ $(PKG_BUILD_DIR)/.built:
|
|||||||
mkdir -p $(PKG_INSTALL_DIR)/usr/man/man{1,5,8}
|
mkdir -p $(PKG_INSTALL_DIR)/usr/man/man{1,5,8}
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
PREFIX="$(PKG_INSTALL_DIR)/usr" \
|
PREFIX="$(PKG_INSTALL_DIR)/usr" \
|
||||||
|
RPM_BUILD_ROOT="$(PKG_INSTALL_DIR)" \
|
||||||
install
|
install
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user