diff options
author | François Andriot <albator78@libertysurf.fr> | 2021-02-07 14:38:52 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2021-02-07 14:38:52 +0100 |
commit | a589806d4776b200a58b79096fd16dc328333916 (patch) | |
tree | 4b171e5cf837d88cb5a9ed517a743419cb4de8d9 | |
parent | a76b4458cebd4889c33ab3bc0eec3c1571963e75 (diff) | |
download | tde-packaging-a589806d4776b200a58b79096fd16dc328333916.tar.gz tde-packaging-a589806d4776b200a58b79096fd16dc328333916.zip |
RPM: no more need to fix permissions in tqcscintilla
-rw-r--r-- | redhat/dependencies/tqscintilla/tqscintilla.spec | 4 |
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|" \ |