X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/662991ad07bf30fd3883168b9974849855dd7cef..d235dc570be398619b14ba233d72b5be81adc82f:/package/xinetd/Makefile?ds=sidebyside diff --git a/package/xinetd/Makefile b/package/xinetd/Makefile index 7dcb20e83..a3e5d59e6 100644 --- a/package/xinetd/Makefile +++ b/package/xinetd/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xinetd PKG_VERSION:=2.3.13 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=4295b5fe12350f09b5892b363348ac8b PKG_SOURCE_URL:=http://www.xinetd.org/ @@ -62,9 +62,10 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_XINETD): install -d -m0755 $(IDIR_XINETD)/etc install -m0644 ./files/xinetd.conf $(IDIR_XINETD)/etc/xinetd.conf + install -d -m0755 $(IDIR_XINETD)/etc/xinetd.d install -d -m0755 $(IDIR_XINETD)/etc/init.d install -m0755 ./files/xinetd.init $(IDIR_XINETD)/etc/init.d/xinetd install -d -m0755 $(IDIR_XINETD)/usr/sbin - cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/xinetd $(IDIR_XINETD)/usr/sbin/ + $(CP) $(PKG_INSTALL_DIR)/usr/sbin/xinetd $(IDIR_XINETD)/usr/sbin/ $(RSTRIP) $(IDIR_XINETD) $(IPKG_BUILD) $(IDIR_XINETD) $(PACKAGE_DIR)