From e3626b484c8494df5b5fabcfe923712662ddba24 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 8 Nov 2016 14:47:29 +1100 Subject: [PATCH] unix: Add symlinks for upip to make it frozen into binary. --- unix/scripts/upip.py | 1 + unix/scripts/upip_utarfile.py | 1 + 2 files changed, 2 insertions(+) create mode 120000 unix/scripts/upip.py create mode 120000 unix/scripts/upip_utarfile.py diff --git a/unix/scripts/upip.py b/unix/scripts/upip.py new file mode 120000 index 0000000000..20d52a4ab7 --- /dev/null +++ b/unix/scripts/upip.py @@ -0,0 +1 @@ +../../tools/upip.py \ No newline at end of file diff --git a/unix/scripts/upip_utarfile.py b/unix/scripts/upip_utarfile.py new file mode 120000 index 0000000000..1498862916 --- /dev/null +++ b/unix/scripts/upip_utarfile.py @@ -0,0 +1 @@ +../../tools/upip_utarfile.py \ No newline at end of file