From 596d0022c8371cb5a44c6fc5e72d1669a4d1eff1 Mon Sep 17 00:00:00 2001 From: nealcrook Date: Mon, 7 Nov 2016 13:16:31 +0000 Subject: [PATCH] package contents are relative to cwd of the package file, so removed redundant path hierarchy --- Applications/ue/fuzix-ue.pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/ue/fuzix-ue.pkg b/Applications/ue/fuzix-ue.pkg index f05c90de..a1c9103c 100644 --- a/Applications/ue/fuzix-ue.pkg +++ b/Applications/ue/fuzix-ue.pkg @@ -1,4 +1,4 @@ package ue if-file ue -f 0755 /bin/ue ../../Applications/ue/ue +f 0755 /bin/ue ue -- 2.34.1