summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2021-02-07 14:38:52 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2021-02-07 14:38:52 +0100
commita589806d4776b200a58b79096fd16dc328333916 (patch)
tree4b171e5cf837d88cb5a9ed517a743419cb4de8d9
parenta76b4458cebd4889c33ab3bc0eec3c1571963e75 (diff)
downloadtde-packaging-a589806d4776b200a58b79096fd16dc328333916.tar.gz
tde-packaging-a589806d4776b200a58b79096fd16dc328333916.zip
RPM: no more need to fix permissions in tqcscintilla
-rw-r--r--redhat/dependencies/tqscintilla/tqscintilla.spec4
1 files changed, 0 insertions, 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|" \