Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#1484 closed defect (fixed)

digdog@opendarwin.org: gdbm needs root for destroot

Reported by: mww@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

gdbm needs root access for the destroot stage;

didn't try, but perhaps something like this will help:

pre-destroot {

reinplace "s/-o rootg" ${worksrcpath}/Makefile

}

--- digdog@… is not a valid bugzilla account?!

Change History (2)

comment:1 Changed 20 years ago by mww@…

pre-destroot {

reinplace "so \$(BINOWN) -g \$(BINGRP)
g" ${worksrcpath}/Makefile

}

will do the trick;

comment:2 Changed 20 years ago by mww@…

Resolution: fixed
Status: newclosed

commited proposal;

Note: See TracTickets for help on using tickets.