r29025 - /desktop/unstable/epiphany-browser/debian/rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Jul 21 23:00:56 UTC 2011


Author: biebl
Date: Thu Jul 21 23:00:56 2011
New Revision: 29025

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29025
Log:
debian/rules: Invert the check

Modified:
    desktop/unstable/epiphany-browser/debian/rules

Modified: desktop/unstable/epiphany-browser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/rules?rev=29025&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/rules [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/rules [utf-8] Thu Jul 21 23:00:56 2011
@@ -22,7 +22,7 @@
 		--enable-spell-checker \
 		--with-ca-file=/etc/ssl/certs/ca-certificates.crt
 
-ifneq (,$(filter $(DEB_HOST_ARCH),ia64 mips))
+ifeq (,$(filter $(DEB_HOST_ARCH),ia64 mips))
 DEB_CONFIGURE_EXTRA_FLAGS += \
 		--enable-seed
 endif




More information about the pkg-gnome-commits mailing list