# HG changeset patch # User Jan Nieuwenhuizen # Date 1296570020 -3600 # Node ID 9b78222774a758b0a853c0ba8640bdf4e29bcf17 # Parent 45335e3c7ffd9aca17edd69b1477f1afa8154c6a schikkers-list: massage .scm script to run in Linux and Wine. diff -r 45335e3c7ffd -r 9b78222774a7 gub/specs/schikkers-list.py --- a/gub/specs/schikkers-list.py Tue Feb 01 15:19:56 2011 +0100 +++ b/gub/specs/schikkers-list.py Tue Feb 01 15:20:20 2011 +0100 @@ -39,7 +39,10 @@ ''', '%(install_prefix)s/etc/relocate/schikkers-list.reloc', env=locals ()) - self.file_sub ([(' guile-gnome-2 ', ' guile ')], '%(install_prefix)s/bin/ikli', must_succeed=True) + self.file_sub ([(' guile-gnome-2 ', ' $(dirname $0)/guile '), + (' -L [$][(]dirname [$]0[)]', ''), + ], + '%(install_prefix)s/bin/ikli', must_succeed=True) self.system ('cd %(install_prefix)s/bin && cp -pv ikli schikkers-list') class Schikkers_list__mingw (Schikkers_list):