From 5fc9a8e67f3b93ee820eb1a3c1e92e8d87077903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Tue, 17 Sep 2013 22:15:16 +0200 Subject: Install in /usr/share instead of /usr/lib --- usr/bin/mageiawelcome | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/bin') diff --git a/usr/bin/mageiawelcome b/usr/bin/mageiawelcome index d36db20..bb8d694 100755 --- a/usr/bin/mageiawelcome +++ b/usr/bin/mageiawelcome @@ -2,7 +2,7 @@ import os -os.system("python /usr/lib/mageiawelcome/mageiawelcome.py") +os.system("python /usr/share/mageiawelcome/mageiawelcome.py") -- cgit v1.2.1