mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-27 18:10:42 +00:00
fix typos
This commit is contained in:
parent
81866bc0f7
commit
e0519e5a9b
|
|
@ -228,7 +228,7 @@
|
|||
</copy>
|
||||
</then>
|
||||
<else>
|
||||
<echo level="warning" message="I didn't find the extension 'pdfviewer'. You need to install them manually." />
|
||||
<echo level="warning" message="I didn't find the extension 'pdfviewer'. You need to install it manually." />
|
||||
</else>
|
||||
</if>
|
||||
<copy tofile="${builddir}/export/${shortversion}/composer.json" file="composer-dist.json">
|
||||
|
|
@ -286,7 +286,7 @@
|
|||
</if>
|
||||
|
||||
<!-- create initial empty database -->
|
||||
<echo message="Create sqlite3 database ..." />
|
||||
<echo message="Creating sqlite3 database ..." />
|
||||
<exec executable="bash" passthru="true">
|
||||
<arg value="-c"/>
|
||||
<arg line='"cat ${srcdir}/install/create_tables-sqlite3.sql | sqlite3 ${builddir}/export/${shortversion}/data/content.db"' />
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user