Hi Carl, carl <[email protected]> writes:
> make[1]: Entering directory `/opt/gsrc/trunk/gnu/userv/work/userv-1.0.5' > /usr/bin/install -c -d /opt/gsrc/packages/userv-1.0.5-DEST/opt/gsrc/sbin > /usr/bin/install -c -d /opt/gsrc/packages/userv-1.0.5-DEST/opt/gsrc/bin > /usr/bin/install -c -o -g 0 -m 755 daemon > /opt/gsrc/packages/userv-1.0.5-DEST/opt/gsrc/sbin/uservd > > Looks like it needs to make a directory sbin/uservd... There is no file > named "uservd" Not quite. There was a mistake in the build script so that the INSTALL_USER and INSTALL_GROUP variables weren't set during the install (btw, if you hadn't seen it, you can customize them in config.mk). I just fixed it and pushed the change. Thanks for reporting this! -brandon
