appliance: Ensure that supermin.d directory is installed properly.

Commit 0a966727ab had a missing
backslash in the list of files, so that 'make install' didn't install
all the files.
This commit is contained in:
Richard W.M. Jones
2014-03-03 21:58:42 +00:00
parent 3acb4343ea
commit e87e377cfb

View File

@@ -33,13 +33,13 @@ superminfsdir = $(libdir)/guestfs/supermin.d
fs_DATA =
superminfs_DATA = \
supermin.d/init.tar.gz \
supermin.d/udev-rules.tar.gz
supermin.d/daemon.tar.gz \
supermin.d/base.tar.gz \
supermin.d/packages \
supermin.d/daemon.tar.gz \
supermin.d/excludefiles \
supermin.d/hostfiles
supermin.d/hostfiles \
supermin.d/init.tar.gz \
supermin.d/packages \
supermin.d/udev-rules.tar.gz
supermin.d/base.tar.gz \
supermin.d/daemon.tar.gz \