summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)