aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <dlezcano@fr.ibm.com>2010-06-07 11:33:55 +0200
committerDaniel Lezcano <dlezcano@fr.ibm.com>2010-06-07 11:33:55 +0200
commitc01d62f21b21ba6c2b8b78ab3c2b37cc8f8fd265 (patch)
treed371ee22db6aec868896e42dc72fd2bff8ed66dc /Makefile.am
parentadd console login in ubuntu (diff)
downloadlxc-c01d62f21b21ba6c2b8b78ab3c2b37cc8f8fd265.tar.gz
lxc-c01d62f21b21ba6c2b8b78ab3c2b37cc8f8fd265.tar.bz2
lxc-c01d62f21b21ba6c2b8b78ab3c2b37cc8f8fd265.zip
move script templates to an adequate place
At present the lxc-{template} scripts are installed in the $bindir. This is not the right place as specified by the FHS, so they go to $libdir/lxc/templates. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 90b771b..9945d00 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,8 +2,8 @@
ACLOCAL_AMFLAGS = -I config
-SUBDIRS = src scripts doc
-DIST_SUBDIRS = config src scripts doc
+SUBDIRS = src templates doc
+DIST_SUBDIRS = config src templates doc
EXTRA_DIST = autogen.sh lxc.spec CONTRIBUTING MAINTAINERS ChangeLog
pcdatadir = $(datadir)/pkgconfig