diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-06 09:27:06 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-06 09:27:06 +0200 |
commit | 1fc165f79f36cffe28afbb47c435ee7a4526ef7f (patch) | |
tree | f89bb3903edfc26951a727209e0e8c77e03542c6 /tests | |
parent | 1bf45c5285c403d05f12c82d2aedc69ed3897f76 (diff) | |
download | rpm-1fc165f79f36cffe28afbb47c435ee7a4526ef7f.tar.gz rpm-1fc165f79f36cffe28afbb47c435ee7a4526ef7f.tar.bz2 rpm-1fc165f79f36cffe28afbb47c435ee7a4526ef7f.zip |
Fix typo in yesterday's patch.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index c3c8e3583..dbf756e9a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -95,7 +95,7 @@ testing$(rpmlibexecdir)/rpmb: ../rpmb (cd ${top_builddir} && \ $(MAKE) DESTDIR=`pwd`/${subdir}/testing install) -testing$(rpmconfigdir)/rpmrc: rpmrc testing$(rpmconfigdir)/rpmb +testing$(rpmconfigdir)/rpmrc: rpmrc testing$(rpmlibexecdir)/rpmb $(INSTALL_DATA) rpmrc testing$(rpmconfigdir)/rpmrc testing$(rpmconfigdir)/macros: macros.in testing$(rpmlibexecdir)/rpmb |