diff options
author | dlezcano <dlezcano> | 2008-10-26 22:06:49 +0000 |
---|---|---|
committer | dlezcano <dlezcano> | 2008-10-26 22:06:49 +0000 |
commit | 693dcea5e46626ca813e520d970ef4c7b8227404 (patch) | |
tree | 4c53cd6cc3a01f1993a0d91ed09564413f7d7f13 /Makefile.am | |
parent | Added automatic generation of packages and repository tagging (diff) | |
download | lxc-693dcea5e46626ca813e520d970ef4c7b8227404.tar.gz lxc-693dcea5e46626ca813e520d970ef4c7b8227404.tar.bz2 lxc-693dcea5e46626ca813e520d970ef4c7b8227404.zip |
Fixed different compilation scheme by making /var/lxc directory relative to
the installation prefix and by adding some extra path to search for the
'setcap' command.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 0b34a63..2ab16cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,12 +5,14 @@ DIST_SUBDIRS = config src test etc EXTRA_DIST = lxc.spec ChangeLog:: - @echo "Generating ChangeLog" - @cvs2cl + touch ChangeLog rpm: dist rpmbuild --clean -ta ${distdir}.tar.gz + release: rpm + @echo "Generating ChangeLog" + @cvs2cl @sh ./release.sh $(PACKAGE_NAME) \ $(LXC_MAJOR_VERSION) \ $(LXC_MINOR_VERSION) \ |