diff --git a/ntfs-3g_ntfsprogs.be0 b/ntfs-3g_ntfsprogs.be0 index 618ede4c7..ad4f19bcb 100755 --- a/ntfs-3g_ntfsprogs.be0 +++ b/ntfs-3g_ntfsprogs.be0 @@ -1,26 +1,18 @@ #!/usr/bin/env beesh -# Note: The install step needs root privileges, due to a call to ldconfig. +# BEE_VERSION ntfs-3g_ntfsprogs-2021.8.22-0 -# BEE_VERSION ntfs-3g_ntfsprogs-2016.2.22-1 +# https://github.com/tuxera/ntfs-3g -## The source URL(s) array -SRCURL[0]="https://tuxera.com/opensource/ntfs-3g_ntfsprogs-${PKGVERSION}.tgz" +# "https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2021.8.22.tgz" +SRCURL[0]="https://beehive.molgen.mpg.de/90da343e78877d388eb34cefae6799ae/ntfs-3g_ntfsprogs-2021.8.22.tgz" -## Add URLs/pathes to patch files # PATCHURL+=() -## files that should not be added from the image directory. -# EXCLUDE+=() - - -## uncomment to change default # build_in_sourcedir -## specify different source directory # sourcesubdir_append src - #mee_extract() { # bee_extract "${@}" #} @@ -43,3 +35,7 @@ SRCURL[0]="https://tuxera.com/opensource/ntfs-3g_ntfsprogs-${PKGVERSION}.tgz" #mee_install() { # bee_install #} + +mee_install_post() { + rmdir ${D}/usr/lib/ntfs-3g +}