From: Andrey Paskal Date: Sun, 5 Jul 2009 09:33:13 +0000 (+0400) Subject: build scripts X-Git-Url: https://gitweb.ananas.su/?a=commitdiff_plain;h=9759d41da19b3402eced5a4fc04c010767d76019;p=projects%2Fananas-labs-qt4.git build scripts --- diff --git a/build/ubuntu/rules b/build/ubuntu/rules index 5668d4a..e166144 100755 --- a/build/ubuntu/rules +++ b/build/ubuntu/rules @@ -33,7 +33,10 @@ configure-stamp: # cd tmp && wget http://localhost/tmp/compiled/ananas-0.9.5.tgz && \ # cd ../.. && tar zxf ananas-0.9.5/tmp/ananas-0.9.5.tgz && \ # rm -Rf ananas-0.9.5/tmp + cd .. + pwd + ls -la /home/app/tmp/compiled/ananas-0.9.5.tgz tar zxf /home/app/tmp/compiled/ananas-0.9.5.tgz touch configure-stamp @@ -72,6 +75,7 @@ install: build # rm -f `find src doc -name Makefile` # qmake src/src.pro -o src/Makefile + du -hs cd src && \ $(MAKE) install \ INSTALL_ROOT=$(CURDIR)/debian/ananas LIBDIR=/usr/lib \