dejagnu: update to 1.5

This commit is contained in:
Tom G. Christensen
2013-11-20 17:07:24 +01:00
parent 881171acea
commit 9f828ed6bc
4 changed files with 10 additions and 29 deletions

View File

@@ -6,9 +6,9 @@
###########################################################
# Check the following 4 variables before running the script
topdir=dejagnu
version=1.4.4
version=1.5
pkgver=1
source[0]=$topdir-$version.tar.gz
source[0]=ftp://ftp.sunet.se/pub/gnu/dejagnu/$topdir-$version.tar.gz
# If there are no patches, simply comment this
#patch[0]=
@@ -22,6 +22,9 @@ reg prep
prep()
{
generic_prep
# runtest needs to use ksh since it relies on "if !"
setdir source
${__gsed} -i 's;#!/bin/sh;#!/bin/ksh;' runtest
}
reg build