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.
(cherry picked from commit 631c7d9241)
This commit is contained in:
committed by
Richard W.M. Jones
parent
d4ddc6b9d5
commit
1b5d4fb334
@@ -230,6 +230,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