Index: bambam-0.6+dfsg/bambam.py
===================================================================
--- bambam-0.6+dfsg.orig/bambam.py	2016-11-14 09:54:30.892875006 +0100
+++ bambam-0.6+dfsg/bambam.py	2016-11-14 09:55:26.976509632 +0100
@@ -188,8 +188,8 @@
  
 pygame.init()
 
-# figure out the install base to use with image and sound loading
-progInstallBase = os.path.dirname(os.path.realpath(sys.argv[0]));
+# the install base to use with image and sound loading
+progInstallBase = '/usr/share/bambam' 
 
 # swith to full screen at current screen resolution 
 window = pygame.display.set_mode((0, 0), pygame.FULLSCREEN)
