Fix build on Red Hat based systems, where /etc/rc.d/init.d exists (thanks framer99 for reporting)
SVN-Revision: 1071
This commit is contained in:
parent
2123f17a10
commit
58f85e26f7
1 changed files with 1 additions and 0 deletions
|
@ -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 $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue