From 18da1eb659ec1aa15296bd19ca3629a4373e7bd9 Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Thu, 15 Dec 2011 18:00:13 +0200 Subject: [PATCH] Added Makefile.inc to puppet-modules.tar.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 805e8e6..860df25 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ MANIFESTS = $(shell find . -name \*.pp) all: puppet-modules.tar.gz -puppet-modules.tar.gz: $(MODULES) LICENSE CREDITS +puppet-modules.tar.gz: $(MODULES) LICENSE CREDITS Makefile.inc umask 022 ; tar zcvf $@ --owner=root --group=root \ --mode g-w,o=g --exclude=.git --exclude=rdoc $^