diff options
Diffstat (limited to 'perl/perl-Astro-SunTime/perl-Astro-SunTime.SlackBuild')
-rw-r--r-- | perl/perl-Astro-SunTime/perl-Astro-SunTime.SlackBuild | 5 |
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 d417ae365503e..f928497fddf18 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 ;; |