1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-21 12:40:08 +00:00

Update dist name

This commit is contained in:
Trent Petersen 2019-09-23 11:09:26 -05:00
parent ce81c4ceef
commit 54f4522fd8

View File

@ -19,7 +19,7 @@ import time
package='pdf2htmlex'
ppa_name='ppa:pdf2htmlex/pdf2htmlex'
supported_distributions=('cosmic',)
supported_distributions=('disco',)
dist_pattern=re.compile('|'.join(['\\) '+i for i in supported_distributions]))
archive_cmd='(rm CMakeCache.txt || true) && cmake . && make dist'
archive_suffix='.tar.bz2'