Ticket #30096: patch-base_Makefile.in.diff
File patch-base_Makefile.in.diff, 569 bytes (added by takanori@…, 13 years ago) |
---|
-
base/Makefile.in
old new 39 39 ifeq ($(DESTDIR),) 40 40 # create run user if it doesn't exist 41 41 @if test -n "${DSCL}" -a -n "${DSEDITGROUP}" ; then \ 42 if ! ${DS EDITGROUP} -q -o read${RUNUSR} > /dev/null 2>&1 ; then \42 if ! ${DSCL} -q . -read /Groups/${RUNUSR} > /dev/null 2>&1 ; then \ 43 43 if test `id -u` -eq 0; then \ 44 44 echo "Creating group \"${RUNUSR}\"" ; \ 45 45 ${DSEDITGROUP} -q -o create -n . ${RUNUSR} ; \