dejagnu: update to 1.5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user