diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2013-09-17 22:15:16 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2013-09-17 22:15:16 +0200 |
commit | 5fc9a8e67f3b93ee820eb1a3c1e92e8d87077903 (patch) | |
tree | 2aef1e3b6e1ad8df4f6cce2c268f5fc2ef759b39 /usr/bin | |
parent | 18f4c683b5e5e2e4bf6ba3356251aca9e10f3d80 (diff) | |
download | mageiawelcome-5fc9a8e67f3b93ee820eb1a3c1e92e8d87077903.tar mageiawelcome-5fc9a8e67f3b93ee820eb1a3c1e92e8d87077903.tar.gz mageiawelcome-5fc9a8e67f3b93ee820eb1a3c1e92e8d87077903.tar.bz2 mageiawelcome-5fc9a8e67f3b93ee820eb1a3c1e92e8d87077903.tar.xz mageiawelcome-5fc9a8e67f3b93ee820eb1a3c1e92e8d87077903.zip |
Install in /usr/share instead of /usr/lib
Diffstat (limited to 'usr/bin')
-rwxr-xr-x | usr/bin/mageiawelcome | 2 |
1 files changed, 1 insertions, 1 deletions
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") |