Jenkinsfile: change RPATH to current directory

master
krzys-h 2016-05-28 11:09:12 +02:00
parent 2bebd0e87f
commit 9feea63086
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -29,6 +29,7 @@ node('master') {
make make
rm -rf install rm -rf install
DESTDIR=. make install DESTDIR=. make install
patchelf --set-rpath '.' install/colobot
''' '''
} }
sh 'rm -f linux-debug.zip' sh 'rm -f linux-debug.zip'