Added license file.

This commit is contained in:
Timo Mkinen 2010-10-28 12:14:12 +03:00
parent a158d2ce07
commit a3ccca705a
2 changed files with 21 additions and 1 deletions

View file

@ -4,7 +4,7 @@ MANIFESTS = $(shell find . -name \*.pp)
all: puppet-modules.tar.gz
puppet-modules.tar.gz: $(MODULES)
puppet-modules.tar.gz: $(MODULES) LICENSE
umask 022 ; tar zcvf $@ --owner=root --group=root \
--mode g-w,o=g --exclude=.git --exclude=rdoc $^