summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2020-06-09 20:31:01 -0400
committerMike Gilbert <floppym@gentoo.org>2020-06-09 20:31:38 -0400
commit573afbb225aae002640ee8de154657ff6f62b934 (patch)
tree474cadc5163cf0dcb52cd43a2fc1f279cfd605e4 /sys-fs
parentdev-libs/rocclr: depend on dev-libs/rocm-comgr (diff)
downloadgentoo-573afbb225aae002640ee8de154657ff6f62b934.tar.gz
gentoo-573afbb225aae002640ee8de154657ff6f62b934.tar.bz2
gentoo-573afbb225aae002640ee8de154657ff6f62b934.zip
sys-fs/ntfs3g: avoid pkgcheck AbsoluteSymlink warning
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/ntfs3g/ntfs3g-2017.3.23.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/ntfs3g/ntfs3g-2017.3.23.5.ebuild b/sys-fs/ntfs3g/ntfs3g-2017.3.23.5.ebuild
index 329adc5f6862..83e5a1f4f9ce 100644
--- a/sys-fs/ntfs3g/ntfs3g-2017.3.23.5.ebuild
+++ b/sys-fs/ntfs3g/ntfs3g-2017.3.23.5.ebuild
@@ -72,6 +72,6 @@ src_configure() {
src_install() {
default
use suid && fperms u+s /usr/bin/ntfs-3g
- dosym "${EPREFIX}"/usr/bin/ntfs-3g /sbin/mount.ntfs
+ dosym mount.ntfs-3g /sbin/mount.ntfs
find "${D}" -name '*.la' -type f -delete || die
}