diff --git a/src/Makefile.am b/src/Makefile.am index 5a38b885..62fe1fc7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -86,6 +86,6 @@ EXTRA_DIST = cd-drive.help2man cd-info.help2man cd-read.help2man \ if MAINTAINER_MODE $(man_MANS): %.1: %$(EXEEXT) %.help2man - -$(HELP2MAN) --opt-include=$(srcdir)/$(<:.exe=).help2man --no-info ./$< | sed -re 's/[lL][tT]-//' >$@ + -$(HELP2MAN) --opt-include=$(srcdir)/$(<:.exe=).help2man --no-info ./$< | @SED@ -re 's/[lL][tT]-//' >$@ endif MAINTAINERCLEANFILES = $(man_MANS) *.rej *.orig diff --git a/test/check_udf.sh b/test/check_udf.sh index 58b365ed..e66152d7 100755 --- a/test/check_udf.sh +++ b/test/check_udf.sh @@ -17,11 +17,11 @@ # Tests to see that CD reading is correct (via cd-read). if test "X$abs_top_srcdir" = "X" ; then - abs_top_srcdir=/src/external-vcs/libcdio + abs_top_srcdir=/home/rocky/src/external-vcs/libcdio fi if test "X$top_builddir" = "X" ; then - top_builddir=/src/external-vcs/libcdio + top_builddir=/home/rocky/src/external-vcs/libcdio fi if test ! -x $top_builddir/example/extract ; then