make-tarball: replace realpath with readlink -f

http://unix.stackexchange.com/questions/101080/realpath-command-not-found
This commit is contained in:
Alexey Sokolov
2016-01-09 22:28:00 +00:00
parent 6929469879
commit a3e5e4fbb2
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -6,9 +6,6 @@ env:
matrix:
fast_finish: true
include:
- os: linux
compiler: gcc
env: BUILD_TYPE=tarball
- os: linux
compiler: gcc
env: BUILD_TYPE=normal
@@ -24,6 +21,9 @@ matrix:
- os: osx
compiler: clang
env: BUILD_TYPE=normal
- os: linux
compiler: gcc
env: BUILD_TYPE=tarball
before_install:
- "echo os: [$TRAVIS_OS_NAME] build: [$BUILD_TYPE]"
- if [[ "$BUILD_TYPE" == "normal" || "$BUILD_TYPE" == "tarball" ]]; then export CFGFLAGS= MYCXXFLAGS= MYLDFLAGS=; fi
+1 -1
View File
@@ -35,7 +35,7 @@ else
# DESC="-rc1"
fi
TARGZ=`realpath $TARGZ`
TARGZ=`readlink -f -- $TARGZ`
echo "Exporting . to $TMPDIR/$ZNCDIR..."
git checkout-index --all --prefix=$TMPDIR/$ZNCDIR/