summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b014fa..58c5228 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ build: pandoc.spec
rpmbuild -bb pandoc.spec
srpm: pandoc.spec
- rpmbuild -bs pandoc.spec --undefine dist
+ rpmbuild -bs pandoc.spec --undefine dist --define "_source_filedigest_algorithm md5"
README.html: README.md
pandoc README.md > README.html