<div dir="ltr"><div>Hi,</div><div><br></div><div>There's a program I would like to package into a slackbuild. The program itself is really two programs; two shell scripts. One is in bash (appname) and the other is POSIX compliant (appnameposix). Rather than installing both I decided to include two slackbuild scripts: one for each program so the user can choose if they want to install just one or both. But it seems if the 'appname' in slack-desc doesn't match $PRGNAM in the slackbuild then installpkg doesn't print the slack-desc. I tried to get around this by replacing $PRGNAM with ${PRGNAM}posix but this didn't work. The only options I can see are either splitting the package up into two separate slackbuilds, or install both.</div><div><br></div><div>Which of those two options are preferable or is there another option?</div><div><br></div><div>Any help would be appreciated,</div><div><br></div><div>Thanks<br></div></div>