[packages] fix Makefile typo in dosfstools (#4848)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15072 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1ea6f4c6d9
commit
a7c88444ae
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
# Copyright (C) 2006-2009 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=dosfstools
|
||||
PKG_VERSION:=2.11
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).src.tar.gz
|
||||
PKG_SOURCE_URL:=ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/
|
||||
@ -53,7 +53,7 @@ define Package/dosfstools/install
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dosfsck $(1)/usr/sbin/
|
||||
(cd $(1)/usr/sbin; ln -sf dosfsck fsck.msdos; ln -sf dosfsck fsck.vfat)
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/mkdosfs $(1)/usr/sbin/
|
||||
(cd $(1)/usr/sbin; ln -sf mkdofs mkfs.msdos; ln -sf mkdofs mkfs.vfat)
|
||||
(cd $(1)/usr/sbin; ln -sf mkdosfs mkfs.msdos; ln -sf mkdosfs mkfs.vfat)
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,dosfstools))
|
||||
|
Loading…
x
Reference in New Issue
Block a user