builder: install a $sysconfdir/virt-builder -> xdg-virt-builder symlink

This way "virt-builder" appears directly in the sysconfdir.
This commit is contained in:
Pino Toscano
2014-03-03 16:28:14 +01:00
parent 6a5052a409
commit 631c7d9241
2 changed files with 4 additions and 0 deletions

View File

@@ -246,6 +246,9 @@ DISTCLEANFILES = .depend
repoconfdir = $(sysconfdir)/xdg/virt-builder/repos.d
repoconf_DATA = libguestfs.conf libguestfs.gpg
install-exec-hook:
$(LN_S) xdg/virt-builder $(DESTDIR)$(sysconfdir)/virt-builder
# Build a small C index validator program.
bin_PROGRAMS = virt-index-validate

View File

@@ -116,6 +116,7 @@ gl_EARLY
gl_INIT
AC_PROG_LIBTOOL
AC_PROG_LN_S
# Define $(SED).
m4_ifdef([AC_PROG_SED],[