[26156] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25425 - trunk/debathena/meta/workstation/debian

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Oct 25 14:14:43 2011

Date: Tue, 25 Oct 2011 14:14:42 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201110251814.p9PIEgaG028248@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2011-10-25 14:14:42 -0400 (Tue, 25 Oct 2011)
New Revision: 25425

Modified:
   trunk/debathena/meta/workstation/debian/rules
Log:
And update the variable name from r25424 everywhere it's used

Modified: trunk/debathena/meta/workstation/debian/rules
===================================================================
--- trunk/debathena/meta/workstation/debian/rules	2011-10-25 18:13:00 UTC (rev 25424)
+++ trunk/debathena/meta/workstation/debian/rules	2011-10-25 18:14:42 UTC (rev 25425)
@@ -5,7 +5,7 @@
 TEXLIVE_BIN_VERSION = $(shell apt-cache policy texlive-binaries 2>/dev/null | awk '/^  Candidate/ { print $$2 }' | fgrep -vx '(none)')
 TEXLIVE_2009_10 = $(shell dpkg --compare-versions '$(TEXLIVE_BIN_VERSION)' ge '2009-10~' && echo y)
 
-ifneq ($(TEXLIVE_2009_11),y)
+ifneq ($(TEXLIVE_2009_10),y)
 binary-predeb/debathena-workstation::
 	echo "debathena-maybe-tex-config=debathena-tex-config" >> debian/debathena-workstation.substvars
 endif


home help back first fref pref prev next nref lref last post