]> git.sven.stormbind.net Git - sven/fuse-exfat.git/commitdiff
Update set-snapshot-version to only build the fuse driver.
authorSven Hoexter <sven@stormbind.net>
Sat, 15 Jan 2022 21:01:06 +0000 (22:01 +0100)
committerSven Hoexter <sven@stormbind.net>
Sat, 15 Jan 2022 21:07:28 +0000 (22:07 +0100)
debian/patches/set-snapshot-version

index 5d9d7be67b41619eebec9d6c9d7d6bc195a5e30e..c1f49d2293a805daa14d7e70fd14d7d0a198d312 100644 (file)
@@ -11,3 +11,24 @@ Index: fuse-exfat/configure.ac
        [relan@users.noreply.github.com],
        [exfat],
        [https://github.com/relan/exfat])
+@@ -48,10 +48,6 @@ esac
+ AC_CONFIG_HEADERS([libexfat/config.h])
+ AC_CONFIG_FILES([
+       libexfat/Makefile
+-      dump/Makefile
+-      fsck/Makefile
+       fuse/Makefile
+-      label/Makefile
+-      mkfs/Makefile
+       Makefile])
+ AC_OUTPUT
+Index: fuse-exfat/Makefile.am
+===================================================================
+--- fuse-exfat.orig/Makefile.am
++++ fuse-exfat/Makefile.am
+@@ -20,4 +20,4 @@
+ #     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ #
+-SUBDIRS = libexfat dump fsck fuse label mkfs
++SUBDIRS = libexfat fuse