summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Robby Workman2020-01-03 07:34:50 +0100
committer Robby Workman2020-01-03 07:34:50 +0100
commit10b6f624ac12a8aa97d08f785fd8dd48ad7370d9 (patch)
treeaaed9ab275f9c26627b75ea3b337886e6ee1044d /development
parentf3e7352456fe46f063061a77fb855f82a55341aa (diff)
downloadslackbuilds-10b6f624ac12a8aa97d08f785fd8dd48ad7370d9.tar.gz
development/astyle: Fixed PRGNAM in build script
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/astyle/astyle.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/astyle/astyle.SlackBuild b/development/astyle/astyle.SlackBuild
index 38ab8648bd..a864c0005f 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}