X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=utils%2Fpipacs%2FMakefile;h=a79e6705382b392a3141b83ad9c35fc9ddedf7d0;hp=0d84aa6f06ab28e5298d61353215f5c21294a4ff;hb=3258e1c2e0aaf999e0a6415bf3170098c65e6c58;hpb=75ea41a2c060b638aed79b8ce50de8f86505c1b3;ds=sidebyside diff --git a/utils/pipacs/Makefile b/utils/pipacs/Makefile index 0d84aa6f06..a79e670538 100644 --- a/utils/pipacs/Makefile +++ b/utils/pipacs/Makefile @@ -34,8 +34,8 @@ define Build/Compile endef define Package/pipacs/install - install -d -m0755 $(1)/usr/bin - install -m0755 $(PKG_BUILD_DIR)/pipacs $(1)/usr/bin/ + $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/pipacs $(1)/usr/bin/ endef $(eval $(call BuildPackage,pipacs))