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

Collapse All | Expand All

(-)faxd/Makefile.LINUXdso.original (-1 lines)
Lines 37-43 Link Here
37
37
38
installDSO: libfaxserver.${DSO}
38
installDSO: libfaxserver.${DSO}
39
	${PUTSERV} -root ${INSTALLROOT} -F ${LIBDIR} -m 755 -O libfaxserver.${DSO}
39
	${PUTSERV} -root ${INSTALLROOT} -F ${LIBDIR} -m 755 -O libfaxserver.${DSO}
40
	[ `id -u` -eq 0 ] && ( PATH=${PATH}:/sbin ldconfig ${LIBDIR} ) || ( echo "ldconfig is required to be run as user root at install time" )
41
40
42
uninstallDSO::
41
uninstallDSO::
43
	${RM} -f ${LIBDIR}/libfaxserver.${DSO}
42
	${RM} -f ${LIBDIR}/libfaxserver.${DSO}

Return to bug 168890