summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2020-01-03 08:58:34 +0100
committer Robby Workman2020-01-03 09:10:59 +0100
commita0c2b5953d53385c7257b44b784d8399670d7711 (patch)
treeeaf0c3928a71a21d274e1358cc85713c2d44af91
parentb1e9fc33bbed2cd8cd55cd43e87431a171cdf715 (diff)
downloadslackbuilds-a0c2b5953d53385c7257b44b784d8399670d7711.tar.gz
perl/perl-Astro-SunTime: Fixed PRGNAM in build script.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--perl/perl-Astro-SunTime/perl-Astro-SunTime.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl/perl-Astro-SunTime/perl-Astro-SunTime.SlackBuild b/perl/perl-Astro-SunTime/perl-Astro-SunTime.SlackBuild
index d417ae3655..f928497fdd 100644
--- a/perl/perl-Astro-SunTime/perl-Astro-SunTime.SlackBuild
+++ b/perl/perl-Astro-SunTime/perl-Astro-SunTime.SlackBuild
@@ -23,12 +23,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-SRCNAM=Astro-SunTime
-PRGNAM=perl-$SRCNAM
+PRGNAM=perl-Astro-SunTime
VERSION=${VERSION:-0.06}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+SRCNAM=Astro-SunTime
+
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;