samba: Put mount.(smb|smbfs) into smbfs package.
authorTom Rini <trini@embeddedalley.com>
Wed, 26 Nov 2008 19:29:24 +0000 (14:29 -0500)
committerTom Rini <trini@embeddedalley.com>
Wed, 26 Nov 2008 19:29:24 +0000 (14:29 -0500)
With an smbfs package now, add the mount links to the package that provides
the underlying support.

packages/samba/samba.inc

index a933c55..90a2366 100644 (file)
@@ -14,7 +14,7 @@ EXTRA_OECONF='--disable-cups --with-readline=${STAGING_LIBDIR}/.. \
              --without-ads --without-automount --with-smbmount'
 
 PACKAGES =+ "libsmbclient libsmbclient-dev cifs cifs-doc smbfs smbfs-doc"
-FILES_smbfs = "${bindir}/smbmount ${bindir}/smbumount ${bindir}/smbmnt"
+FILES_smbfs = "${bindir}/smbmount ${bindir}/smbumount ${bindir}/smbmnt ${base_sbindir}/mount.smbfs ${base_sbindir}/mount.smb"
 FILES_smbfs-doc = "${mandir}/man8/smbmount.8 ${mandir}/man8/smbumount.8 ${mandir}/man8/smbmnt.8"
 FILES_cifs = "${base_sbindir}/mount.cifs ${base_sbindir}/umount.cifs"
 FILES_cifs-doc = "${mandir}/man8/mount.cifs.8 ${mandir}/man8/umount.cifs.8"