summaryrefslogtreecommitdiffstats
path: root/libk3b/scripts/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-08-27 14:15:03 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-08-28 09:42:49 +0200
commit1d58dd5c6137286d54223f490b48529512f97d32 (patch)
tree0fe164c306195f7faa60bf8585fdace47f664103 /libk3b/scripts/Makefile.am
parent332f9433a4bf23af7c7da10507f65e14cb250de2 (diff)
downloadk3b-1d58dd5c.tar.gz
k3b-1d58dd5c.zip
Drop automake build support.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3e30a7a74408b3217e3f5a22754cdd39c29d3ca2)
Diffstat (limited to 'libk3b/scripts/Makefile.am')
-rw-r--r--libk3b/scripts/Makefile.am11
1 files changed, 0 insertions, 11 deletions
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 ""
-