[Pkg-libvirt-commits] [libguestfs] 35/54: appliance: Ensure that supermin.d directory is installed properly.

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 9 11:21:16 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch debian
in repository libguestfs.

commit c068d41f94fe6ed081e0b2833476a4c68f8023fd
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Mar 3 21:58:42 2014 +0000

    appliance: Ensure that supermin.d directory is installed properly.
    
    Commit 0a966727abc83550d2026886eac2440c99e6cb5e had a missing
    backslash in the list of files, so that 'make install' didn't install
    all the files.
    
    (cherry picked from commit e87e377cfb1e5bf506cc51d4b535fab8cc1a2533)
---
 appliance/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appliance/Makefile.am b/appliance/Makefile.am
index 4694656..0e3436e 100644
--- a/appliance/Makefile.am
+++ b/appliance/Makefile.am
@@ -37,7 +37,7 @@ endif
 fs_DATA =
 superminfs_DATA = \
 	supermin.d/init.img \
-	supermin.d/udev-rules.img
+	supermin.d/udev-rules.img \
 	supermin.d/daemon.img$(GZ) \
 	supermin.d/base.img$(GZ) \
 	supermin.d/hostfiles

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list