diff options
author | Slávek Banko <[email protected]> | 2022-08-27 14:15:03 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-08-27 14:15:03 +0200 |
commit | 3e30a7a74408b3217e3f5a22754cdd39c29d3ca2 (patch) | |
tree | 1953c059e0184bed19352f3985d943ea633bd3ba /libk3b/scripts/Makefile.am | |
parent | 0a7dd146a5b291c69f6f3d4a82b7209e6f4e2847 (diff) | |
download | k3b-3e30a7a74408b3217e3f5a22754cdd39c29d3ca2.tar.gz k3b-3e30a7a74408b3217e3f5a22754cdd39c29d3ca2.zip |
Drop automake build support.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'libk3b/scripts/Makefile.am')
-rw-r--r-- | libk3b/scripts/Makefile.am | 11 |
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 "" - |