K 10 svn:author V 6 marino K 8 svn:date V 27 2014-01-13T19:15:26.811601Z K 7 svn:log V 416 converters/fconv: Unbreak for root builds The previous commit enabled non-root builds to work, but broke builds by root instead. The ${GID} variable is blank when the user is root, so the replacement of "root" with ${GID} resulted in bad command. Just use ${BSD_INSTALL_PROGRAM} instead and revbump because the packaged binaries could be stripped now because of that. Commit covered by the "Just fix it" blanket. END