Browse Source

util-linux: mkfs install problem fix

Waldemar Brodkorb 9 years ago
parent
commit
db8fe78cec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/util-linux/Makefile

+ 1 - 1
package/util-linux/Makefile

@@ -131,7 +131,7 @@ swap-utils-install:
 
 mkfs-install:
 	$(INSTALL_DIR) $(IDIR_MKFS)/usr/sbin
-	$(INSTALL_BIN) $(WRKINST)/usr/sbin/mkfs $(IDIR_MKFS)/usr/sbin
+	$(INSTALL_BIN) $(WRKBUILD)/mkfs $(IDIR_MKFS)/usr/sbin
 
 mount-install:
 	$(INSTALL_DIR) $(IDIR_MOUNT)/bin