cifs-utils: link mount utility relative instead of absolute 14261/head
authorRosen Penev <rosenp@gmail.com>
Fri, 18 Dec 2020 00:19:20 +0000 (16:19 -0800)
committerRosen Penev <rosenp@gmail.com>
Fri, 18 Dec 2020 05:59:00 +0000 (21:59 -0800)
Fixes InstallDev dead link.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/cifs-utils/Makefile

index 77905ee7dc230b07efce612b0248a56d0ca07281..0662315ba86fae1b8e76766b3127ee247f513da9 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=cifs-utils
 PKG_VERSION:=6.11
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://download.samba.org/pub/linux-cifs/cifs-utils/
@@ -68,7 +68,7 @@ endef
 define Package/cifsmount/install
        $(INSTALL_DIR) $(1)/usr/sbin
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/sbin/mount.cifs $(1)/usr/sbin/
-       $(LN) /usr/sbin/mount.cifs $(1)/usr/sbin/mount.smb3
+       $(LN) mount.cifs $(1)/usr/sbin/mount.smb3
 endef
 
 define Package/smbinfo/install