./modest/debian r26: m
Loïc Minier
lool at dooz.org
Thu Aug 28 01:57:01 UTC 2008
------------------------------------------------------------
revno: 26
committer: Loïc Minier <lool at dooz.org>
branch nick: debian
timestamp: Thu 2008-08-28 03:57:01 +0200
message:
m
modified:
debian/rules
-------------- next part --------------
=== modified file 'debian/rules'
--- a/debian/rules 2008-08-28 01:56:42 +0000
+++ b/debian/rules 2008-08-28 01:57:01 +0000
@@ -31,7 +31,7 @@
configure: configure-stamp
configure-stamp: patch
dh_testdir
- if [ ! -x configure ]; then NOCONFIGURE=1 ./autogen.sh; fi
+ [ -x configure ] || NOCONFIGURE=1 ./autogen.sh
CFLAGS="$(CFLAGS)" LDFLAGS="$(LFLAGS)" ./configure $(configure_flags)
touch $@
More information about the pkg-maemo-commits
mailing list