check_common_fn is in the current dir (build dir), not in $srcdir.

This commit is contained in:
flameeyes
2007-11-16 22:25:08 +00:00
parent 88e72ac231
commit 615b485d38
5 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
#$Id: check_cd_read.sh,v 1.8 2006/03/17 23:37:19 rocky Exp $
#$Id: check_cd_read.sh,v 1.9 2007/11/16 22:25:08 flameeyes Exp $
#
# Copyright (C) 2003, 2005 Rocky Bernstein <rocky@panix.com>
#
@@ -23,7 +23,7 @@ if test -z $srcdir ; then
srcdir=`pwd`
fi
. ${srcdir}/check_common_fn
. check_common_fn
if test ! -x ../src/cd-read ; then
exit 77

View File

@@ -1,5 +1,5 @@
#!/bin/sh
#$Id: check_cue.sh.in,v 1.29 2005/09/15 06:36:01 rocky Exp $
#$Id: check_cue.sh.in,v 1.30 2007/11/16 22:25:08 flameeyes Exp $
# Tests to see that BIN/CUE and cdrdao TOC file iamge reading is correct
# (via cd-info).
@@ -15,7 +15,7 @@ if test "X$top_srcdir" = "X" ; then
top_srcdir=`pwd`/..
fi
. ${srcdir}/check_common_fn
. check_common_fn
if test ! -x $top_srcdir/src/cd-info ; then
exit 77

View File

@@ -1,11 +1,11 @@
#!/bin/sh
#$Id: check_iso.sh.in,v 1.12 2006/11/16 15:07:07 rocky Exp $
#$Id: check_iso.sh.in,v 1.13 2007/11/16 22:25:09 flameeyes Exp $
if test -z $srcdir ; then
srcdir=`pwd`
fi
. ${srcdir}/check_common_fn
. check_common_fn
if test ! -x ../src/iso-info ; then
exit 77

View File

@@ -1,5 +1,5 @@
#!/bin/sh
#$Id: check_nrg.sh.in,v 1.15 2005/04/11 02:36:36 rocky Exp $
#$Id: check_nrg.sh.in,v 1.16 2007/11/16 22:25:09 flameeyes Exp $
if test "@VCDINFO_LIBS@X" != "X" ; then
vcd_opt='--no-vcd'
@@ -13,7 +13,7 @@ if test "X$top_srcdir" = "X" ; then
top_srcdir=`pwd`/..
fi
. ${srcdir}/check_common_fn
. check_common_fn
if test ! -x $top_srcdir/src/cd-info ; then
exit 77

View File

@@ -1,11 +1,11 @@
#!/bin/sh
#$Id: check_opts.sh,v 1.8 2005/01/29 14:50:34 rocky Exp $
#$Id: check_opts.sh,v 1.9 2007/11/16 22:25:08 flameeyes Exp $
# Check cd-info options
if test -z "$srcdir" ; then
srcdir=`pwd`
fi
. ${srcdir}/check_common_fn
. check_common_fn
if test ! -x ../src/cd-info ; then
exit 77