3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/video/kazam/datadir.patch

12 lines
455 B
Diff
Raw Normal View History

2014-02-27 15:37:29 +00:00
--- a/bin/kazam 2014-02-03 23:11:38.465614061 +0100
+++ b/bin/kazam-1 2014-02-03 23:12:28.447058700 +0100
@@ -68,7 +68,7 @@
# when base install path is not /usr
curpath = os.path.abspath(__file__)
curpath = os.path.realpath(curpath)
- datadir = curpath.split('bin/')[0] + "share/kazam/"
+ datadir = os.path.realpath(os.path.join(curpath, "./../../", "share/kazam/"))
try:
import platform