1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

Change dist in build script

This commit is contained in:
Trent Petersen 2019-09-20 09:08:35 -05:00
parent 929c5e0241
commit 97ab55b805

View File

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