From 5a74e263f4d510a0b85846fee3b0496fb0067ba0 Mon Sep 17 00:00:00 2001
From: inso <insomniak.fr@gmaiL.com>
Date: Sun, 25 Feb 2018 11:24:50 +0100
Subject: [PATCH] Fix #768

---
 ci/travis/build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/travis/build.sh b/ci/travis/build.sh
index 5c053a33..304ce9df 100755
--- a/ci/travis/build.sh
+++ b/ci/travis/build.sh
@@ -39,4 +39,5 @@ then
 elif [ $TRAVIS_OS_NAME == "linux" ]
 then
     pyinstaller sakia.spec
+    rm -f dist/sakia/libdrm.so.2
 fi
-- 
GitLab