From 19e9c939f830cf9ab14b48456dcf90d07acef926 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 5 Jul 2012 15:23:23 +0200 Subject: [PATCH] do not install setsdkenv_unix.*.in --- libreoffice.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libreoffice.spec b/libreoffice.spec index 7747e1e..0693ffe 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -922,6 +922,8 @@ pushd $RPM_BUILD_ROOT/%{sdkinstdir} $file.in > $file chmod 755 $file done + # we don't want to install the input files + rm -f setsdkenv_unix.csh.in setsdkenv_unix.sh.in #fix permissions find examples -type f -exec chmod -x {} \; popd