From b676ca6e2f030622333e6f42ccd4ecfe90efb0ad Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 5 Nov 2013 19:34:23 +0100 Subject: ship build: initial commit --- ship/deploy | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ship/deploy') diff --git a/ship/deploy b/ship/deploy index 5c282398..0f3e5219 100755 --- a/ship/deploy +++ b/ship/deploy @@ -4,11 +4,7 @@ cd $(dirname $0) bindir=$PWD/bin/ libdir=$PWD/lib/ outdir=$PWD/out/ -# Hill-Billy style package builder for file in `ls -1 $bindir`;do - # cat every lib and the file itself afterwards into outfile - find $libdir -type f -exec cat '{}' \; > $outdir/$file - cat $bindir/$file >> $outdir/$file + BUILD_PATH=$libdir ./build compile bin/$file out/$file chmod 755 $outdir/$file done - -- cgit v1.2.3