X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f52d66ff00b24111f87c274d3d7085ef2e1d27b1..9b6c0722c8f29ae83aa84633672500581321144a:/package/util-linux/Makefile diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index 8ca8052ea..5fc819bcf 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -4,7 +4,7 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: Makefile 3822 2006-05-24 07:01:52Z nico $ +# $Id$ include $(TOPDIR)/rules.mk @@ -56,6 +56,7 @@ define Package/swap-utils - swapoff endef +TARGET_CFLAGS += -I$(PKG_BUILD_DIR)/lib define Build/Compile $(call Build/Compile/Default, \ OPT="$(TARGET_CFLAGS)" \ @@ -70,7 +71,7 @@ define Package/Template rm -f $(PKG_BUILD_DIR)/.built; \ $(MAKE) $(PKG_BUILD_DIR)/.built; \ fi - install -d -m0755 $(2) + $(INSTALL_DIR) $(2) $(CP) $(PKG_INSTALL_DIR)/$(1) $(2)/ endef