Change dist in build script

This commit is contained in:
Trent Petersen 2019-09-20 09:08:35 -05:00
parent 929c5e0241
commit 97ab55b805
1 changed files with 1 additions and 1 deletions

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'