From 44e6c5b07064779bc09a19334f5df58ec99d0e75 Mon Sep 17 00:00:00 2001 From: "Pierre Habouzit (MadCoder" Date: Tue, 17 May 2005 12:19:10 +0000 Subject: [PATCH] protect special files git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-646 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d14080a..400a385 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,8 @@ VCS_FILTER = ! -name .arch-ids ! -name CVS # global targets headers: - headache -c install.d/platal-dev/templates/header.conf -h install.d/platal-dev/templates/header `find templates -name '*.tpl'` + headache -c install.d/platal-dev/templates/header.conf -h install.d/platal-dev/templates/header \ + `find templates -name '*.tpl' ! -path 'templates/xnet/skin.tpl' ! -path 'templates/skin/*.tpl' ! -name 'vcard.tpl' ` build: pkg-build -- 2.1.4