diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-05 09:52:23 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-05 09:52:23 +0000 |
commit | cc39a57283790bc558a5ffdfc212128c95ad8cb0 (patch) | |
tree | d8579223f37252dd7cdf9f3dc7fcca3e618355a2 /graphics/skencil | |
parent | 0deb10cf17384a90582e1ed58a0344cd9de39843 (diff) | |
download | ports-cc39a57283790bc558a5ffdfc212128c95ad8cb0.tar.gz ports-cc39a57283790bc558a5ffdfc212128c95ad8cb0.zip |
Notes
Diffstat (limited to 'graphics/skencil')
-rw-r--r-- | graphics/skencil/files/sk2ps.in | 3 | ||||
-rw-r--r-- | graphics/skencil/files/sketch.in | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/graphics/skencil/files/sk2ps.in b/graphics/skencil/files/sk2ps.in index a2c4142c4a08..46a48ca86953 100644 --- a/graphics/skencil/files/sk2ps.in +++ b/graphics/skencil/files/sk2ps.in @@ -1,4 +1,3 @@ #!/bin/sh -cd @PREFIX@/share/sketch -exec @PREFIX@/bin/python sk2ps.py $@ +exec @PREFIX@/bin/python @PREFIX@/share/sketch/sk2ps.py $@ diff --git a/graphics/skencil/files/sketch.in b/graphics/skencil/files/sketch.in index f0a9637d7032..68d9f715af23 100644 --- a/graphics/skencil/files/sketch.in +++ b/graphics/skencil/files/sketch.in @@ -1,4 +1,3 @@ #!/bin/sh -cd @PREFIX@/share/sketch -exec @PREFIX@/bin/python sketch.py $@ +exec @PREFIX@/bin/python @PREFIX@/share/sketch/sketch.py $@ |