diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-04-26 12:06:09 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-04-26 12:06:09 -0400 |
commit | 5b28e3905a24f17fbbaedbe692f19c4bd9b57b5e (patch) | |
tree | f1fdb2284c9e4555628be17d0071677c1d9c6253 /etc/sandbox.d/Makefile.am | |
parent | tests: use AUTOTEST_PATH rather than setting PATH manually (diff) | |
download | sandbox-5b28e3905a24f17fbbaedbe692f19c4bd9b57b5e.tar.gz sandbox-5b28e3905a24f17fbbaedbe692f19c4bd9b57b5e.tar.bz2 sandbox-5b28e3905a24f17fbbaedbe692f19c4bd9b57b5e.zip |
setup local sandbox.d for running tests to avoid /etc/sandbox.d
Always use local sandbox.d copy to avoid random /etc/sandbox.d issues like
it doesn't exist, or has permission problems, or anything else.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'etc/sandbox.d/Makefile.am')
-rw-r--r-- | etc/sandbox.d/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/sandbox.d/Makefile.am b/etc/sandbox.d/Makefile.am new file mode 100644 index 0000000..b8195ff --- /dev/null +++ b/etc/sandbox.d/Makefile.am @@ -0,0 +1,2 @@ +confddir = $(sysconfdir)/sandbox.d +dist_confd_DATA = 00default |