The following commit has been merged in the debian-experimental-3.4.0 branch: commit 58100fadba7c3d28c307237ba2e5facc975cbb97 Author: Rene Engelhard <r...@debian.org> Date: Thu Jul 28 06:14:03 2011 +0000
add missing fi diff --git a/rules b/rules index a469baf..0f824cd 100755 --- a/rules +++ b/rules @@ -48,7 +48,7 @@ SHELL:=/bin/bash SYSTEM_GCC_VERSION = $(shell gcc --version | sed -n '/^gcc/s/.*\(.\..\)\..$$/\1/p') # Debian buildds run as user `buildd', other are using /CurrentlyBuilding -ON_BUILDD := $(shell if [ "`whoami`" = buildd -o -f /CurrentlyBuilding ] || echo $(CURDIR) | grep -q \/build\/buildd; then echo y; else echo n) +ON_BUILDD := $(shell if [ "`whoami`" = buildd -o -f /CurrentlyBuilding ] || echo $(CURDIR) | grep -q \/build\/buildd; then echo y; else echo n; fi) PKGDIR:=debian/libreoffice$(VER) OODIRNAME=libreoffice$(VER) -- LibreOffice packaging repository -- To UNSUBSCRIBE, email to debian-openoffice-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1qmngk-00084j...@vasks.debian.org