diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2019-10-26 18:02:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-26 18:51:51 +0700 |
commit | 974a2d25ed9b1d0b1fa7a5898e259ba7b0c86379 (patch) | |
tree | 8ec85915b59393fc4acbda01e91948c2e3513b5d /development/dotnet-runtime | |
parent | 1dc0de88e5a712046bde24ab483b7d3f57aac3bb (diff) | |
download | slackbuilds-974a2d25ed9b1d0b1fa7a5898e259ba7b0c86379.tar.gz |
development/dotnet-runtime: Fix script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dotnet-runtime')
-rw-r--r-- | development/dotnet-runtime/dotnet-runtime.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/dotnet-runtime/dotnet-runtime.SlackBuild b/development/dotnet-runtime/dotnet-runtime.SlackBuild index cce3dcdac7..0179bab11c 100644 --- a/development/dotnet-runtime/dotnet-runtime.SlackBuild +++ b/development/dotnet-runtime/dotnet-runtime.SlackBuild @@ -72,4 +72,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -c n $OUTPUT/$PRGNAM-$VERSION-$BUILD-$ARCH$TAG.${PKGTYPE:-tgz} +/sbin/makepkg -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |