From 9759d41da19b3402eced5a4fc04c010767d76019 Mon Sep 17 00:00:00 2001 From: Andrey Paskal Date: Sun, 5 Jul 2009 13:33:13 +0400 Subject: [PATCH] build scripts --- build/ubuntu/rules | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) 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 \ -- 1.7.1