Using sbopkg to build a package with command line prompts
by Dan Suson from LinuxQuestions.org on (#6NT69)
I am hoping to use sbopkg to streamline my system upgrades. I'm new to sbopkg and haven't seen how to get it to handle command line prompts for specific packages. For example, when I manually build the nvidia-driver package, I type
Code:PERSISTENCED=yes COMPAT32=yes ./nvidia-driver.SlackBuildHow do I handle these packages from within sbopkg so that they have these prompts? Do I have to modify the SlackBuild script beforehand so that they are now the default?
Code:PERSISTENCED=yes COMPAT32=yes ./nvidia-driver.SlackBuildHow do I handle these packages from within sbopkg so that they have these prompts? Do I have to modify the SlackBuild script beforehand so that they are now the default?