Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 174926
Collapse All | Expand All

(-)Makefile.in (-1 / +1 lines)
Lines 48-54 Link Here
48
	install -m 2755 -o root -g shadow src/utils/otppasswd ${DESTDIR}$(bindir)
48
	install -m 2755 -o root -g shadow src/utils/otppasswd ${DESTDIR}$(bindir)
49
49
50
	# conf. files & directory
50
	# conf. files & directory
51
	install -d -m 770 -o root -g shadow /etc/sotp	
51
	install -d -m 770 -o root -g shadow ${DESTDIR}/etc/sotp	
52
	install -m 640 -o root -g shadow etc/pam.d/otppasswd ${DESTDIR}$(pam_configdir)
52
	install -m 640 -o root -g shadow etc/pam.d/otppasswd ${DESTDIR}$(pam_configdir)
53
53
54
uninstall:
54
uninstall:

Return to bug 174926