mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
builder: install a $sysconfdir/virt-builder -> xdg-virt-builder symlink
This way "virt-builder" appears directly in the sysconfdir.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -116,6 +116,7 @@ gl_EARLY
|
||||
gl_INIT
|
||||
|
||||
AC_PROG_LIBTOOL
|
||||
AC_PROG_LN_S
|
||||
|
||||
# Define $(SED).
|
||||
m4_ifdef([AC_PROG_SED],[
|
||||
|
||||
Reference in New Issue
Block a user