repo.or.cz
/
appimagekit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update libappimage
[appimagekit.git]
/
travis
/
build-binaries.sh
blob
3292291f5f3500200cedfcc8fbbdc3c670e3325d
1
#! /bin/bash
2
3
set -e
4
set -x
5
6
cd
/
AppImageKit
7
8
.
/
build.sh
"$@"
9
10
# make sure the prebuilt libraries in the container will be found
11
export
LD_LIBRARY_PATH
=/
deps
/
lib
:
"
$LD_LIBRARY_PATH
"
12
13
.
/
test-appimagetool.sh build
/
install_prefix
/
usr
/
bin
/
appimagetool