diff -r 4e261a14a6bd -r d16ac3fb05fa test/Makefile.am --- a/test/Makefile.am Thu Aug 13 07:14:51 2009 +0100 +++ b/test/Makefile.am Fri Apr 23 19:14:17 2010 +0100 @@ -2,7 +2,7 @@ check_SCRIPTS = relocate named-root remove update if HAVE_LUA - check_SCRIPTS += lua + check_SCRIPTS += lua mult-install endif check_SCRIPTS += order @@ -24,6 +24,9 @@ lua: lua.sh primary.xml.gz cp $(srcdir)/lua.sh lua +mult-install: mult-install.sh primary.xml.gz + cp $(srcdir)/mult-install.sh mult-install + base/repodata/primary.xml.gz: zsh.spec zsh2.spec zip.spec zap.spec \ filesystem.spec Makefile rm -rf rpmbuild base @@ -63,6 +66,7 @@ zsh2.spec \ filesystem.spec \ order.sh \ + mult-install.sh \ lua.sh \ remove.sh \ update.sh \