mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-24 15:42:24 +00:00
lxc-setcap/lxc-setuid: add autoconf expansion for $libexecdir
Support new default location for LXCINITDIR. Signed-off-by: David Ward <david.ward@ll.mit.edu> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
parent
2775bb4c5a
commit
00ad19d4db
@ -40,6 +40,7 @@ AM_CONDITIONAL([ENABLE_EXAMPLES], [test "x$enable_examples" = "xyes"])
|
||||
AS_AC_EXPAND(PREFIX, $prefix)
|
||||
AS_AC_EXPAND(LIBDIR, $libdir)
|
||||
AS_AC_EXPAND(BINDIR, $bindir)
|
||||
AS_AC_EXPAND(LIBEXECDIR, $libexecdir)
|
||||
AS_AC_EXPAND(INCLUDEDIR, $includedir)
|
||||
AS_AC_EXPAND(SYSCONFDIR, $sysconfdir)
|
||||
AS_AC_EXPAND(DATADIR, $datadir)
|
||||
|
@ -84,6 +84,7 @@ lxc_dropcaps()
|
||||
shortoptions='hd'
|
||||
longoptions='help'
|
||||
libdir=@LIBDIR@
|
||||
libexecdir=@LIBEXECDIR@
|
||||
localstatedir=@LOCALSTATEDIR@
|
||||
|
||||
getopt=$(getopt -o $shortoptions --longoptions $longoptions -- "$@")
|
||||
|
@ -81,6 +81,7 @@ lxc_dropuid()
|
||||
shortoptions='hd'
|
||||
longoptions='help'
|
||||
libdir=@LIBDIR@
|
||||
libexecdir=@LIBEXECDIR@
|
||||
localstatedir=@LOCALSTATEDIR@
|
||||
|
||||
getopt=$(getopt -o $shortoptions --longoptions $longoptions -- "$@")
|
||||
|
Loading…
Reference in New Issue
Block a user