Ticket #30096: patch-base_Makefile.in.diff

File patch-base_Makefile.in.diff, 569 bytes (added by takanori@…, 13 years ago)

And, here is a suggested patch. ;-)

  • base/Makefile.in

    old new  
    3939ifeq ($(DESTDIR),)
    4040# create run user if it doesn't exist
    4141        @if test -n "${DSCL}" -a -n "${DSEDITGROUP}" ; then \
    42         if ! ${DSEDITGROUP} -q -o read ${RUNUSR} > /dev/null 2>&1 ; then \
     42        if ! ${DSCL} -q . -read /Groups/${RUNUSR} > /dev/null 2>&1 ; then \
    4343            if test `id -u` -eq 0; then \
    4444                echo "Creating group \"${RUNUSR}\"" ; \
    4545                ${DSEDITGROUP} -q -o create -n . ${RUNUSR} ; \