popd
This commit is contained in:
parent
49f1f7b1e2
commit
4add8e8273
@ -54,12 +54,12 @@ $STD apt-get install -y \
|
|||||||
msg_ok "Installed OCR Dependencies"
|
msg_ok "Installed OCR Dependencies"
|
||||||
|
|
||||||
msg_info "Setup JBIG2"
|
msg_info "Setup JBIG2"
|
||||||
pushd /opt/jbig2enc >/dev/null
|
cd /opt/jbig2enc
|
||||||
$STD bash ./autogen.sh
|
$STD bash ./autogen.sh
|
||||||
$STD bash ./configure
|
$STD bash ./configure
|
||||||
$STD make
|
$STD make
|
||||||
$STD make install
|
$STD make install
|
||||||
popd >/dev/null
|
cd /
|
||||||
rm -rf /opt/jbig2enc
|
rm -rf /opt/jbig2enc
|
||||||
msg_ok "Installed JBIG2"
|
msg_ok "Installed JBIG2"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user