[26155] in Source-Commits

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

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

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

Date: Tue, 25 Oct 2011 14:13:01 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201110251813.p9PID1EX027087@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:13:00 -0400 (Tue, 25 Oct 2011)
New Revision: 25424

Modified:
   trunk/debathena/meta/workstation/debian/rules
Log:
Name the variable something better

Modified: trunk/debathena/meta/workstation/debian/rules
===================================================================
--- trunk/debathena/meta/workstation/debian/rules	2011-10-25 15:37:23 UTC (rev 25423)
+++ trunk/debathena/meta/workstation/debian/rules	2011-10-25 18:13:00 UTC (rev 25424)
@@ -3,7 +3,7 @@
 # texlive-bin 2009-10 finally respects local paper size
 
 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)
+TEXLIVE_2009_10 = $(shell dpkg --compare-versions '$(TEXLIVE_BIN_VERSION)' ge '2009-10~' && echo y)
 
 ifneq ($(TEXLIVE_2009_11),y)
 binary-predeb/debathena-workstation::


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