From bec3fe5e41aba343b4397fd897d6cb9b6c0a0463 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 4 Oct 2023 16:43:25 -0400 Subject: v0.0.3 add fs_type to automount path --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index ac6bc46..14e83af 100644 --- a/src/Makefile +++ b/src/Makefile @@ -14,7 +14,7 @@ # build-devuan: txt2man, bgscripts-core APPNAME = myautomount -APPVERSION = 0.0.2 +APPVERSION = 0.0.3 SRCDIR = $(CURDIR) prefix = /usr SYSCONFDIR = $(DESTDIR)/etc -- cgit