Skip to content
Permalink
v2.11.0
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 37 lines (28 sloc) 804 Bytes
#!/bin/bash
set -e
set -x
. build.profile
tee ${PROJECT}/profile <<_EOP_
# generated by ${0} in $PWD
# one option to export'em'all
set -a
BUILD_TAG=${BUILD_TAG}
PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin
. ${PROJECT}/${BUILD_zbar}/profile
. ${PROJECT}/${BUILD_jbig2enc}/profile
. ${PROJECT}/${BUILD_sqlite}/profile
. ${PROJECT}/${BUILD_python}/profile
. ${PROJECT}/${BUILD_node}/profile
. ${PROJECT}/${BUILD_redis}/profile
. ${PROJECT}/${BUILD_nginx}/profile
. ${PROJECT}/${BUILD_unpaper}/profile
. ${PROJECT}/${BUILD_ffmpeg}/profile
. ${PROJECT}/${BUILD_pngquant}/profile
. ${PROJECT}/${BUILD_leptonica}/profile
. ${PROJECT}/${BUILD_tesseract}/profile
XDG_CACHE_HOME=${XDG_CACHE_HOME}
TMPDIR=${TMPDIR}
PIDDIR=${DEVSHM}
TIME_ZONE=Europe/Berlin
PAPERLESS_BIND_ADDR=${PAPERLESS_BIND_ADDR}
_EOP_