https://bugzilla.novell.com/show_bug.cgi?id=229374 ------- Comment #6 from andreas.hanke@gmx-topmail.de 2006-12-18 14:21 MST ------- I wonder how this is possible without any occurance of "/local" in the extracted binary package. Maybe you can try patching c_stuff/lib/fb_stuff.pm instead of relying on the Makefile substitution rule. -$FPATH = '@DATADIR@/frozen-bubble'; -$FLPATH = '@LIBDIR@/frozen-bubble'; +$FPATH = '/usr/share/frozen-bubble'; +$FLPATH = '/usr/lib/frozen-bubble'; That is, just use a patch for what should have happened while doing "make". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.