summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-10-22 14:11:00 -0400
committerB Stack <bgstack15@gmail.com>2019-10-22 14:11:00 -0400
commite39a5f977252c1169ac6c116e9099a99ac0ef4b6 (patch)
treec6dac99c1665970fd1a0c4c72b6ea38999a9e3bc
parentWIP: test a separate patch for the include <bit> (diff)
downloadstackrpms-e39a5f977252c1169ac6c116e9099a99ac0ef4b6.tar.gz
stackrpms-e39a5f977252c1169ac6c116e9099a99ac0ef4b6.tar.bz2
stackrpms-e39a5f977252c1169ac6c116e9099a99ac0ef4b6.zip
WIP: fix typo
-rw-r--r--freefilesync/freefilesync.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec
index a10ff55..4bba3cb 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -95,7 +95,7 @@ find . ! -type d \( -name '*.c' -o -name '*.cpp' -o -name '*.h' \) \
%endif
%patch6 -p1
%patch7 -p1
-%if 0%{?el6}%{?el7}%{?el8}{?fc29}
+%if 0%{?el6}%{?el7}%{?el8}%{?fc29}
%patch8 -p1
%endif
bgstack15