[or-cvs] r18607: {torvm} Oops. Paths should always be realpaths. (torvm/trunk/build/win32)
coderman at seul.org
coderman at seul.org
Tue Feb 17 16:52:40 UTC 2009
Author: coderman
Date: 2009-02-17 11:52:40 -0500 (Tue, 17 Feb 2009)
New Revision: 18607
Modified:
torvm/trunk/build/win32/Makefile
Log:
Oops. Paths should always be realpaths.
Modified: torvm/trunk/build/win32/Makefile
===================================================================
--- torvm/trunk/build/win32/Makefile 2009-02-17 16:21:35 UTC (rev 18606)
+++ torvm/trunk/build/win32/Makefile 2009-02-17 16:52:40 UTC (rev 18607)
@@ -7,9 +7,8 @@
ifeq (,$(ISODIR))
ISODIR=iso
-else
- override ISODIR:=$(realpath $(ISODIR))
endif
+override ISODIR:=$(realpath $(ISODIR))
override UNZIP:=unzip -qq
# various utilities are downloaded and packaged into an ISO image
More information about the tor-commits
mailing list