I haven't looked at foo2zjs in a while, but the last time I built it, it built right out of the box. You might try to set INSTALL=/usr/bin/ginstall. eg. env CC=gcc INSTALL=/usr/bin/ginstall gmake install
-Norm Ingo Huber wrote: > For opensolaris rookies - like me - how to handle this files? I fetched them, > unpacked the source, added the patch and the spec file, and did: > > export PATH=$PATH:/sbin:/usr/sbin:/usr/sfw/bin:/opt/sfw/bin > CC=gcc gmake > ./getweb 6110 > CC=gcc make install > > Result: > > /usr/ucb/install -d /usr/bin > bash: /usr/ucb/install: No such file or directory > gmake: *** [install-prog] Error 127 > > I would be glad for any advice to make the package in opensolaris 2008.11. >