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:
Nicolas Thill 2005-05-27 04:31:50 +00:00
parent 2123f17a10
commit 58f85e26f7

View file

@ -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 $@