mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-03 13:43:07 +00:00

this makes "make rpm" work again Signed-off-by: Dwight Engen <dwight.engen@oracle.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
8 lines
105 B
Makefile
8 lines
105 B
Makefile
hooksdir=@LXCHOOKDIR@
|
|
|
|
hooks_SCRIPTS = \
|
|
mountcgroups \
|
|
mountecryptfsroot
|
|
|
|
EXTRA_DIST=$(hooks_SCRIPTS)
|