diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-19 21:14:18 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-19 21:14:18 +0000 |
commit | 48e69e6e71ed8e65a119ced3bf7b9f496dcc8385 (patch) | |
tree | b8351969b1dadbaabafe43482b81fc9ec7aaabaa /openwrt/package/freeradius | |
parent | 5bba199dd0e5dcb544e30137be239206278a2024 (diff) | |
download | mtk-20170518-48e69e6e71ed8e65a119ced3bf7b9f496dcc8385.zip mtk-20170518-48e69e6e71ed8e65a119ced3bf7b9f496dcc8385.tar.gz mtk-20170518-48e69e6e71ed8e65a119ced3bf7b9f496dcc8385.tar.bz2 |
Tweak package build
SVN-Revision: 968
Diffstat (limited to 'openwrt/package/freeradius')
-rw-r--r-- | openwrt/package/freeradius/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/package/freeradius/Makefile b/openwrt/package/freeradius/Makefile index 54b0403..6da1325 100644 --- a/openwrt/package/freeradius/Makefile +++ b/openwrt/package/freeradius/Makefile @@ -131,16 +131,16 @@ $(PKG_BUILD_DIR)/.configured: --without-rlm_unix \ --without-rlm_x99-token \ ) - touch $(PKG_BUILD_DIR)/.configured + touch $@ $(PKG_BUILD_DIR)/.built: - $(MAKE) -C $(PKG_BUILD_DIR) + rm -rf $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) \ R="$(PKG_INSTALL_DIR)" \ INSTALLSTRIP="" \ - install - touch $(PKG_BUILD_DIR)/.built + all install + touch $@ $(IPKG_FREERADIUS): install -m0755 -d $(IDIR_FREERADIUS)/etc/init.d |