From f1a81066131e802ff93ce247b771df6da1804488 Mon Sep 17 00:00:00 2001 From: Jonathan D Reed Date: Wed, 29 Jun 2011 22:06:44 +0000 Subject: In extra-software: * Use a better rules test for whether icedtea6-plugin exists or not --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index fec8436..abbd33b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -HAVE_ICEDTEA = $(shell apt-cache show icedtea6-plugin >/dev/null 2>/dev/null && echo y) +HAVE_ICEDTEA = $(shell apt-cache show icedtea6-plugin 2>/dev/null | grep -q '^Version:' && echo y) ifeq ($(HAVE_ICEDTEA),y) binary-predeb/debathena-extra-software:: -- cgit v1.2.3