summaryrefslogtreecommitdiff
path: root/freefilesync
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-02-19 09:07:35 -0500
committerB Stack <bgstack15@gmail.com>2019-02-19 09:07:35 -0500
commit6724dc5ffea390b518dbef17b6190e049f043493 (patch)
treea2e2cad7bfc7fb4bd667f7ed1e626bac06b7368f /freefilesync
parentWIP: remove the use of %dist to include patches (diff)
downloadstackrpms-6724dc5ffea390b518dbef17b6190e049f043493.tar.gz
stackrpms-6724dc5ffea390b518dbef17b6190e049f043493.tar.bz2
stackrpms-6724dc5ffea390b518dbef17b6190e049f043493.zip
fix %fi to %endif
Diffstat (limited to 'freefilesync')
-rw-r--r--freefilesync/freefilesync.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec
index 2b39407..00aeb2e 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -81,7 +81,7 @@ find . ! -type d \( -name '*.c' -o -name '*.cpp' -o -name '*.h' \) \
%else
# use the fedora patch
%patch4 -p1
-%fi
+%endif
# custom build parameters for packaging application in rpm
# fedora provides build_cxxflags, which is really just optflags
bgstack15