X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fvgp%2FMakefile;h=9435994954b6076dd6860e361d4cb7ba0a04f7f2;hb=84c898232a00b14671eeb834d872c7de97a6c2d0;hp=e75a169d85424d3be62c560e6db8c416ba07a6d3;hpb=75ea41a2c060b638aed79b8ce50de8f86505c1b3;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/net/vgp/Makefile b/net/vgp/Makefile index e75a169d85..9435994954 100644 --- a/net/vgp/Makefile +++ b/net/vgp/Makefile @@ -44,7 +44,7 @@ define Build/Compile endef define Package/vgp/install - install -d -m0755 $(1)/usr/bin + $(INSTALL_DIR) $(1)/usr/bin $(CP) $(PKG_INSTALL_DIR)/usr/bin/vgpd $(1)/usr/bin/ endef