summaryrefslogtreecommitdiff
path: root/openwrt/package/vsftpd
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-19 21:30:44 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-19 21:30:44 +0000
commitb3a10b754621fcae357be6aecb9124596848e2d1 (patch)
treee3cdb4d7412c1e3fcfceda877756f53f3d68a157 /openwrt/package/vsftpd
parent9011cdcedfd683016bf43b4799a3144ad672d38e (diff)
downloadmtk-20170518-b3a10b754621fcae357be6aecb9124596848e2d1.zip
mtk-20170518-b3a10b754621fcae357be6aecb9124596848e2d1.tar.gz
mtk-20170518-b3a10b754621fcae357be6aecb9124596848e2d1.tar.bz2
Tweak package build
SVN-Revision: 978
Diffstat (limited to 'openwrt/package/vsftpd')
-rw-r--r--openwrt/package/vsftpd/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/openwrt/package/vsftpd/Makefile b/openwrt/package/vsftpd/Makefile
index a8b32f1..1801d80 100644
--- a/openwrt/package/vsftpd/Makefile
+++ b/openwrt/package/vsftpd/Makefile
@@ -19,17 +19,17 @@ include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,VSFTPD,vsftpd,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.configured:
- touch $(PKG_BUILD_DIR)/.configured
+ touch $@
$(PKG_BUILD_DIR)/.built:
- $(MAKE) -C $(PKG_BUILD_DIR) \
- $(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS)"
+ rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
+ $(TARGET_CONFIGURE_OPTS) \
+ CFLAGS="$(TARGET_CFLAGS)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
- install
- touch $(PKG_BUILD_DIR)/.built
+ vsftpd install
+ touch $@
$(IPKG_VSFTPD):
install -d -m0755 $(IDIR_VSFTPD)/etc