X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=client-src%2FMakefile.am;h=b0942bde921d3032c76947c2fb7296e2f6fdbe90;hb=2627875b7d18858bc1f9f7652811e4d8c15a23eb;hp=e21b7bb51cebde6278ab62901c52875b7db451ce;hpb=fb2bd066c2f8b34addafe48d62550e3033a59431;p=debian%2Famanda diff --git a/client-src/Makefile.am b/client-src/Makefile.am index e21b7bb..b0942bd 100644 --- a/client-src/Makefile.am +++ b/client-src/Makefile.am @@ -70,12 +70,13 @@ INSTALLPERMS_data = chown=amanda \ dest=$(amlibexecdir) $(amlibexec_SCRIPTS) if WANT_SETUID_CLIENT -INSTALLPERMS_exec += dest=$(amlibexecdir) chown=root chmod=u+s,o-rwx \ +INSTALLPERMS_exec += dest=$(amlibexecdir) chown=root chmod=04750 \ calcsize killpgrp rundump runtar endif lint: @ for p in $(amlibexec_PROGRAMS); do \ + p=`basename $$p $(EXEEXT)`; \ f="$$p.c $(libamclient_la_SOURCES)"; \ (cd ../common-src; make listlibsrc); \ f="$$f "`cat ../common-src/listlibsrc.output`; \