From 8050cc168db95c6a6cb17060da006e0c569d8be9 Mon Sep 17 00:00:00 2001 From: Andrey Paskal Date: Sun, 5 Jul 2009 13:41:17 +0400 Subject: [PATCH] build scripts --- build/ubuntu/rules | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/build/ubuntu/rules b/build/ubuntu/rules index e166144..1ad35f7 100755 --- a/build/ubuntu/rules +++ b/build/ubuntu/rules @@ -37,7 +37,7 @@ configure-stamp: cd .. pwd ls -la /home/app/tmp/compiled/ananas-0.9.5.tgz - tar zxf /home/app/tmp/compiled/ananas-0.9.5.tgz + tar vzxf /home/app/tmp/compiled/ananas-0.9.5.tgz touch configure-stamp @@ -76,6 +76,7 @@ install: build # qmake src/src.pro -o src/Makefile du -hs + cat /tmp/buildd/ananas-0.9.5/src/Makefile cd src && \ $(MAKE) install \ INSTALL_ROOT=$(CURDIR)/debian/ananas LIBDIR=/usr/lib \ -- 1.7.1