Warning, /multimedia/k3b/libk3b/scripts/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 
0003 
0004 ########### install files ###############
0005 
0006 install( FILES  k3b_automount DESTINATION  )
0007 
0008 
0009 
0010 #original Makefile.am contents follow:
0011 
0012 #bin_SCRIPTS = k3b_automount
0013 #
0014 ## k3b_automount needs to be installed setuid root
0015 #install-exec-hook:
0016 #       @(chown 0 $(DESTDIR)$(bindir)/k3b_automount && chmod 4755 $(DESTDIR)$(bindir)/k3b_automount) || echo "Please make k3b_automount setuid root" >&2
0017 #       @echo ""
0018 #       @echo "k3b_automount is by default installed with a set SETUID root bit!"
0019 #       @echo "This is needed for K3b to be able to temporarily disable automounting via"
0020 #       @echo "subfs or supermount while burning."
0021 #       @echo ""
0022 #