Commit 20b6e339 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

spec pts: use rrlib.so from the correct place

parent 5c32e11a
......@@ -66,7 +66,7 @@ def set_ld_library_path():
class Gennum(object):
device = '/dev/rawrabbit'
rrlib = os.path.join(os.getcwd(), 'rrlib.so')
rrlib = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'rrlib.so')
def __init__(self):
"""get a file descriptor for the Gennum device"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment