diff options
Diffstat (limited to 'package/6tunnel/Makefile')
-rw-r--r-- | package/6tunnel/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/6tunnel/Makefile b/package/6tunnel/Makefile index edce0ecaa..cb519c51c 100644 --- a/package/6tunnel/Makefile +++ b/package/6tunnel/Makefile @@ -17,8 +17,6 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,6TUNNEL,${PKG_NAME},$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -AUTOTOOL_STYLE:= autoconf - post-install: $(INSTALL_DIR) $(IDIR_6TUNNEL)/usr/sbin $(INSTALL_BIN) $(WRKBUILD)/6tunnel $(IDIR_6TUNNEL)/usr/sbin/ |