pkgsrc/sysutils/xentools33/patches/patch-ef
cegger 09edac3ab5 Import Xen 3.3.0-rc3
The Xen virtual machine monitor allows running several virtual machines on a
single physical machine.  The xentools33 package contains the tools to create,
destroy and control the virtual machines.
The xentools33 package contains the tools for Xen 3.3.x
2008-08-07 20:26:56 +00:00

17 lines
611 B
Text

$NetBSD: patch-ef,v 1.1.1.1 2008/08/07 20:26:58 cegger Exp $
--- xm-test/tests/security-acm/Makefile.am.orig 2008-08-01 16:38:07.000000000 +0200
+++ xm-test/tests/security-acm/Makefile.am
@@ -19,10 +19,10 @@ TESTS_ENVIRONMENT=@TENV@
%.test: %.py
cp $< $@
chmod +x $@
- @if [ -d /etc/xen/acm-security/policies ]; then \
+ @if [ -d @XENDCONFDIR@/acm-security/policies ]; then \
cp -f xm-test-security_policy.xml \
xm-test-update-security_policy.xml\
- /etc/xen/acm-security/policies; \
+ @XENDCONFDIR@/acm-security/policies; \
fi;
clean-local: am_config_clean-local