From 22a50e4e3bb9125c5f2520b812811d4ae2bd7d72 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 23 Nov 2010 19:05:53 +0000 Subject: inspect: Detect if db_dump and db_load programs are available. If db_dump is not available then disable RPM application detection. Note these utilities have odd names on Debian. --- images/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images') diff --git a/images/Makefile.am b/images/Makefile.am index 56880804..40bf90fd 100644 --- a/images/Makefile.am +++ b/images/Makefile.am @@ -174,7 +174,7 @@ fedora.img: guest-aux/make-fedora-img.sh guest-aux/fedora-name.db bash $< guest-aux/fedora-name.db: guest-aux/fedora-name.db.txt - db_load $@ < $< + $(DB_LOAD) $@ < $< # Make a (dummy) Debian image. debian.img: guest-aux/make-debian-img.sh -- cgit