X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fmtr%2FMakefile;h=c5547c63971bcb71d6224977fecdc9d64c44080d;hb=07f1c614a46b099d789d5168c43b13a9b06909f0;hp=47944a060167cd81fe7b025670186677d89d699a;hpb=ee78cf9e50f88735be838900f3379c3bee8b5d87;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 47944a0601..c5547c6397 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -40,6 +40,15 @@ define Package/mtr endef define Build/Configure + (cd $(PKG_BUILD_DIR); touch \ + configure.in \ + aclocal.m4 \ + Makefile.in \ + img/Makefile.in \ + stamp-h.in \ + config.h.in \ + configure \ + ); $(call Build/Configure/Default, \ --without-gtk \ , \ @@ -54,7 +63,7 @@ define Build/Compile endef define Package/mtr/install - install -d -m0755 $(1)/usr/sbin + $(INSTALL_DIR) $(1)/usr/sbin $(CP) $(PKG_INSTALL_DIR)/usr/sbin/mtr $(1)/usr/sbin/ endef