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:
parent
929c5e0241
commit
97ab55b805
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user