From 10bf3396ddd07078f9b85c94a4da2e0587a7c322 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 4 Mar 2015 17:36:21 -0500 Subject: Makefile: fix murl2url --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 291edc8..49ed857 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ all: package # base = type/murl _url2murl = $(subst %,^25,$(subst /,^2F,$(subst :,^3A,$(subst =,^3D,$(subst ^,^5E,$1))))) -_murl2url = $(subst ^,^5E,$(subst =,^3D,$(subst :,^3A,$(subst /,^2F,$(subst %,^25,$1))))) +_murl2url = $(subst ^5E,^,$(subst ^3D,=,$(subst ^3A,:,$(subst ^2F,/,$(subst ^25,%,$1))))) _spec2type = $(word 1,$1) _spec2url = $(word 2,$1) -- cgit v1.2.2