summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-07-06 20:37:42 +0000
committerjbj <devnull@localhost>2001-07-06 20:37:42 +0000
commit9df3fc957f97511ce04123f3cbebdf9dc543cebb (patch)
tree4e2ad67cd32464a7360d686be8b848cdb03e2195 /tests
parent20c2a42d4f18fe324c3bc06cc106136130f44c9b (diff)
downloadrpm-9df3fc957f97511ce04123f3cbebdf9dc543cebb.tar.gz
- expose rpmShowProgress() and rpmVerifyDigest() in rpmcli.h.
- portability: avoid st_mtime, gendiff uses basename, etc (#47497). - glibc-2.0.x has not __va_copy(). - popthelp.c: static copy of stpcpy/stpncpy for the deprived (#47500). CVS patchset: 4921 CVS date: 2001/07/06 20:37:42
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ea8da3334..86e9cf9b2 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -11,8 +11,10 @@ check-recursive: ./usr/ ./bin ./var
make -C .. DESTDIR=`pwd` install
cp rpmrc macros ./$(pkglibdir)
rm -f ./@GZIPBIN@
+ if [ ! -d ./`dirname @GZIPBIN@` ] ; then mkdir -p ./`dirname @GZIPBIN@` ; fi
ln -s @GZIPBIN@ ./@GZIPBIN@
rm -f ./@BZIP2BIN@
+ if [ ! -d ./`dirname @BZIP2BIN@` ] ; then mkdir -p ./`dirname @BZIP2BIN@` ; fi
ln -s @BZIP2BIN@ ./@BZIP2BIN@
clean-local: