diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2020-01-03 00:34:50 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2020-01-03 00:34:50 -0600 |
commit | 10b6f624ac12a8aa97d08f785fd8dd48ad7370d9 (patch) | |
tree | aaed9ab275f9c26627b75ea3b337886e6ee1044d /development/astyle | |
parent | f3e7352456fe46f063061a77fb855f82a55341aa (diff) |
development/astyle: Fixed PRGNAM in build script
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/astyle')
-rw-r--r-- | development/astyle/astyle.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/astyle/astyle.SlackBuild b/development/astyle/astyle.SlackBuild index 38ab8648bd41..a864c0005ffc 100644 --- a/development/astyle/astyle.SlackBuild +++ b/development/astyle/astyle.SlackBuild @@ -32,7 +32,7 @@ # along with this program (most likely, a file named COPYING). If # not, see <http://www.gnu.org/licenses/>. -PRGNAM=${PRGNAM:-astyle} +PRGNAM=astyle VERSION=${VERSION:-3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |