diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-18 17:10:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-18 17:10:08 +0200 |
commit | 4f5c21991e503fd40d20810ad2e811b5ed1dca3b (patch) | |
tree | 6bd2651e4df9ead79fcb24fe6d8d005dd56c57f2 /package/cifs-utils | |
parent | e6634dca4894bfe72ee625655259458a48d6c99e (diff) |
util-linux mount searches for /sbin/mount.cifs
Diffstat (limited to 'package/cifs-utils')
-rw-r--r-- | package/cifs-utils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/cifs-utils/Makefile b/package/cifs-utils/Makefile index 77095eeac..306b027ca 100644 --- a/package/cifs-utils/Makefile +++ b/package/cifs-utils/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= cifs-utils PKG_VERSION:= 6.1 -PKG_RELEASE:= 3 +PKG_RELEASE:= 4 PKG_MD5SUM:= f83ef48ab1154aa74dd4cf1c1202bf04 PKG_DESCR:= CIFS utilities PKG_SECTION:= net/fs @@ -30,8 +30,8 @@ CONFIGURE_ARGS+= --disable-cifsupcall \ --disable-systemd cifs-utils-install: - $(INSTALL_DIR) $(IDIR_CIFS_UTILS)/usr/sbin + $(INSTALL_DIR) $(IDIR_CIFS_UTILS)/sbin $(INSTALL_BIN) $(WRKINST)/sbin/mount.cifs \ - $(IDIR_CIFS_UTILS)/usr/sbin + $(IDIR_CIFS_UTILS)/sbin include ${TOPDIR}/mk/pkg-bottom.mk |