Renumber source21->16.

This commit is contained in:
Jason Tibbitts 2017-05-22 17:52:07 -05:00
parent 684974ccd8
commit 4339e190d1

View File

@ -29,7 +29,7 @@ Source13: cyrus-imapd.cvt_cyrusdb_all
Source14: cyrus-imapd.magic
# XXX A systemd timer would probably be better
Source15: cyrus-imapd.cron-daily
Source21: README.rpm
Source16: README.rpm
Source22: cyrus-imapd.service
Source23: cyrus-imapd-init.service
Source24: cyr_systemd_helper
@ -156,7 +156,7 @@ IMAP server.
tar xf %SOURCE1
ln -s cassandane-%cmt1 cassandane
install -m 644 %SOURCE21 doc/
install -m 644 %SOURCE16 doc/
# Fix permissions on perl programs
#find . -type f -name "*.pl" -exec chmod 755 {} \;