Update FPC binary expression

This commit is contained in:
Michael Raskin
2014-08-31 22:47:28 +04:00
parent b1e388cefb
commit 6b962e6e9e
2 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
source $stdenv/setup
tar xf $src
cd */
tarballdir=$(pwd)
for i in *.tar; do tar xvf $i; done
echo "Deploying binaries.."