diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-03-02 11:09:50 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-02-20 00:28:58 +0100 |
commit | 586bdc9b1d4d120b7b5128588487c1dc3eb8632a (patch) | |
tree | 7bb433b5ee98426eab2c957950a49ab480bec23f /scp2 | |
parent | 462cc61adc6a8597efd7408e58c81251cf7be26a (diff) |
don't package 'install' script because it's not for end users
Change-Id: I64ea8d8722c9da252c6142a862e9363759d38ba3
(cherry picked from commit 74d90488662c55fd5f31b203e02b228137b42076)
(cherry picked from commit ccf572e5e4a0a2fe1c3f5b9a166e2d5e4277c83a)
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/scpaction_ooo.scp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scp2/source/ooo/scpaction_ooo.scp b/scp2/source/ooo/scpaction_ooo.scp index d5f1ba22241b..009fb4753346 100644 --- a/scp2/source/ooo/scpaction_ooo.scp +++ b/scp2/source/ooo/scpaction_ooo.scp @@ -36,14 +36,6 @@ ScpAction scp_Copy_Readme_Txt End #endif -#if !defined(WNT) && !defined(MACOSX) && defined(WITH_RPM) -ScpAction scp_Copy_Install - Copy = "scripts/install"; - Name = "install"; - UnixRights = 755; -End -#endif - #if defined(WNT) && defined(_gcc3) #if defined(MINGW_GCCDLL) ScpAction SCP_COPY_MINGW_GCCS |