From 4dd8a729497ccc1ca6a8dd3b5c76311e1744955c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Sat, 20 Nov 2010 21:49:52 +0000 Subject: [PATCH] templates foo --- libreoffice.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libreoffice.spec b/libreoffice.spec index 4b3fa20..2e19d92 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -865,7 +865,7 @@ chmod -x $RPM_BUILD_ROOT/%{basisinstdir}/program/gengalrc #ensure a template dir for each lang pushd $RPM_BUILD_ROOT/%{basisinstdir}/share/template for I in %{langpack_langs}; do - mkdir -p I + mkdir -p $I done popd