From 455027d5cd31ebe8aa35e56c190eeddaa4796b9e Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Fri, 29 Jan 2016 18:54:30 -0600
Subject: [PATCH] Tweak pyinstaller spec file

---
 build-helpers/loopy.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-helpers/loopy.spec b/build-helpers/loopy.spec
index 14116ec53..e97a7a4d4 100644
--- a/build-helpers/loopy.spec
+++ b/build-helpers/loopy.spec
@@ -12,7 +12,7 @@ from os.path import expanduser
 
 import packaging # pip install packaging to add
 
-a = Analysis(['../bin/loopy'],
+a = Analysis(['bin/loopy'],
              pathex=[expanduser('~/src/loopy')],
              hiddenimports=[
                 "appdirs",
-- 
GitLab