From 3e30a7a74408b3217e3f5a22754cdd39c29d3ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 27 Aug 2022 14:15:03 +0200 Subject: Drop automake build support. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- libk3b/scripts/Makefile.am | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 libk3b/scripts/Makefile.am (limited to 'libk3b/scripts/Makefile.am') diff --git a/libk3b/scripts/Makefile.am b/libk3b/scripts/Makefile.am deleted file mode 100644 index 6318b9b..0000000 --- a/libk3b/scripts/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -bin_SCRIPTS = k3b_automount - -# k3b_automount needs to be installed setuid root -install-exec-hook: - @(chown 0 $(DESTDIR)$(bindir)/k3b_automount && chmod 4755 $(DESTDIR)$(bindir)/k3b_automount) || echo "Please make k3b_automount setuid root" >&2 - @echo "" - @echo "k3b_automount is by default installed with a set SETUID root bit!" - @echo "This is needed for K3b to be able to temporarily disable automounting via" - @echo "subfs or supermount while burning." - @echo "" - -- cgit v1.2.1