diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-03-22 12:37:33 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-03-22 12:37:33 +0000 |
commit | e1836b6578fbf00a2941449c4969efdc816d99f0 (patch) | |
tree | 0862a85b103bdec0c892311b4725dea48518dae0 /package | |
parent | 318daf0f81c544498335e04daa6979cc9960379f (diff) | |
download | upstream-e1836b6578fbf00a2941449c4969efdc816d99f0.tar.gz upstream-e1836b6578fbf00a2941449c4969efdc816d99f0.tar.bz2 upstream-e1836b6578fbf00a2941449c4969efdc816d99f0.zip |
[cosmetic] util-linux: replace spaces with tabs
Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44938 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/utils/util-linux/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile index 2f7a8c0bee..cf80012879 100644 --- a/package/utils/util-linux/Makefile +++ b/package/utils/util-linux/Makefile @@ -428,22 +428,22 @@ define Package/wipefs/description endef define Package/libblkid/install - $(INSTALL_DIR) $(1)/usr/lib + $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_BUILD_DIR)/.libs/libblkid.so* $(1)/usr/lib/ endef define Package/libmount/install - $(INSTALL_DIR) $(1)/usr/lib + $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_BUILD_DIR)/.libs/libmount.so* $(1)/usr/lib/ endef define Package/libsmartcols/install - $(INSTALL_DIR) $(1)/usr/lib + $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_BUILD_DIR)/.libs/libsmartcols.so* $(1)/usr/lib/ endef define Package/libuuid/install - $(INSTALL_DIR) $(1)/usr/lib + $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_BUILD_DIR)/.libs/libuuid.so* $(1)/usr/lib/ endef |