Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 329451 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +1 lines)
Line  Link Here
0
-- dist/Makefile.am
0
++ dist/Makefile.am
Lines 6-13 Link Here
6
	/bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
6
	/bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
7
7
8
install-exec-hook:
8
install-exec-hook:
9
	/usr/sbin/groupadd tss || true
10
	/usr/sbin/useradd -r tss -g tss || true
11
	/bin/sh -c 'if [ ! -e ${DESTDIR}/@localstatedir@/lib/tpm ];then mkdir -p ${DESTDIR}/@localstatedir@/lib/tpm; fi'
9
	/bin/sh -c 'if [ ! -e ${DESTDIR}/@localstatedir@/lib/tpm ];then mkdir -p ${DESTDIR}/@localstatedir@/lib/tpm; fi'
12
	/bin/chown tss:tss ${DESTDIR}/@localstatedir@/lib/tpm || true
10
	/bin/chown tss:tss ${DESTDIR}/@localstatedir@/lib/tpm || true
13
	/bin/chmod 0700 ${DESTDIR}/@localstatedir@/lib/tpm
11
	/bin/chmod 0700 ${DESTDIR}/@localstatedir@/lib/tpm

Return to bug 329451