diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-23 19:05:53 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-24 09:41:41 +0000 |
commit | 22a50e4e3bb9125c5f2520b812811d4ae2bd7d72 (patch) | |
tree | f692bc0cc882fccf1b14a88384510d82d2d9106c /images | |
parent | 72932bd0c94aa18c6054e7b70b852918f3b01293 (diff) | |
download | libguestfs-22a50e4e3bb9125c5f2520b812811d4ae2bd7d72.tar.gz libguestfs-22a50e4e3bb9125c5f2520b812811d4ae2bd7d72.tar.xz libguestfs-22a50e4e3bb9125c5f2520b812811d4ae2bd7d72.zip |
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.
Diffstat (limited to 'images')
-rw-r--r-- | images/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |