[26152] in Source-Commits
/svn/athena r25422 - trunk/debathena/meta/workstation/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Mon Oct 24 12:52:36 2011
Date: Mon, 24 Oct 2011 12:52:34 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201110241652.p9OGqYNk012883@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2011-10-24 12:52:34 -0400 (Mon, 24 Oct 2011)
New Revision: 25422
Modified:
trunk/debathena/meta/workstation/debian/rules
Log:
Modified: trunk/debathena/meta/workstation/debian/rules
===================================================================
--- trunk/debathena/meta/workstation/debian/rules 2011-10-24 15:39:21 UTC (rev 25421)
+++ trunk/debathena/meta/workstation/debian/rules 2011-10-24 16:52:34 UTC (rev 25422)
@@ -2,7 +2,7 @@
# texlive-bin 2009-10 finally respects local paper size
-TEXLIVE_BIN_VERSION = $(shell apt-cache policy thunderbird 2>/dev/null | awk '/^ Candidate/ { print $$2 }' | fgrep -vx '(none)')
+TEXLIVE_BIN_VERSION = $(shell apt-cache policy texlive-binaries 2>/dev/null | awk '/^ Candidate/ { print $$2 }' | fgrep -vx '(none)')
TEXLIVE_2009_11 = $(shell dpkg --compare-versions '$(TEXLIVE_BIN_VERSION)' ge '2009-10~' && echo y)
ifneq ($(TEXLIVE_2009_11),y)