From a589806d4776b200a58b79096fd16dc328333916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sun, 7 Feb 2021 14:38:52 +0100 Subject: [PATCH] RPM: no more need to fix permissions in tqcscintilla --- redhat/dependencies/tqscintilla/tqscintilla.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/redhat/dependencies/tqscintilla/tqscintilla.spec b/redhat/dependencies/tqscintilla/tqscintilla.spec index bafa5bc61..95fec75d2 100644 --- a/redhat/dependencies/tqscintilla/tqscintilla.spec +++ b/redhat/dependencies/tqscintilla/tqscintilla.spec @@ -151,10 +151,6 @@ This package contains the documentation for tqscintilla. %prep %setup -q -n %{name}-%{tde_version}%{?preversion:~%{preversion}} -# Fix perms -chmod -x doc/Scintilla/* -chmod -x example/* - # Fix path in project files %__sed -i "qt/qscintilla.pro" \ -e "s|^INCLUDEPATH = .*|INCLUDEPATH = . ../include ../src /usr/include/tqt /usr/include/tqt3|" \