From 7a73b397a1b9e6d592abda862626f381e9d0101f Mon Sep 17 00:00:00 2001
From: Peter Marquardt <wwwutz@molgen.mpg.de>
Date: Thu, 9 Sep 2021 11:45:20 +0200
Subject: [PATCH] dosfstools: fix SRCURL

- fixed SRCURL
---
 dosfstools.be0 | 18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

diff --git a/dosfstools.be0 b/dosfstools.be0
index 537bf6b61..3e84a2749 100755
--- a/dosfstools.be0
+++ b/dosfstools.be0
@@ -1,13 +1,12 @@
 #!/usr/bin/env beesh
 
-# BEE_VERSION dosfstools-4.1-0
+# BEE_VERSION dosfstools-4.1-1
 
 SRCURL[0]="https://github.com/dosfstools/dosfstools/releases/download/v4.1/dosfstools-${PKGVERSION}.tar.gz"
+SRCURL[0]="https://beehive.molgen.mpg.de/904948bd091b8f6b28eeb164bc0a986f/dosfstools-4.1.tar.gz"
 
 # PATCHURL+=()
 
-# EXCLUDE+=()
-
 # build_in_sourcedir
 
 #mee_extract() {
@@ -18,15 +17,9 @@ SRCURL[0]="https://github.com/dosfstools/dosfstools/releases/download/v4.1/dosfs
 #    bee_patch "${@}"
 #}
 
-#mee_configure_pre() {
-#  cd $S
-#  start_cmd aclocal
-#  start_cmd autoconf
-#  start_cmd automake -a
-#}
-
 mee_configure() {
-    bee_configure --enable-compat-symlinks
+    bee_configure \
+      --enable-compat-symlinks
 }
 
 #mee_build() {
@@ -38,6 +31,5 @@ mee_configure() {
 #}
 
 mee_install_post() {
-  start_cmd rm -r ${D}${DOCDIR}
+    rm -r ${D}/usr/share/doc
 }
-## by default this may be 'make install DESTDIR="${D}"'