# HG changeset patch # User Chris Cannam # Date 1508507874 -3600 # Node ID eaec18f0b5f38331cf360f67b221a77eaa9d9379 # Parent f3e9387662bf4c4ba021a839c48b93f6f90406cd Path fixes diff -r f3e9387662bf -r eaec18f0b5f3 jamendo/urispace/log.pl --- a/jamendo/urispace/log.pl Fri Oct 20 11:02:21 2017 +0100 +++ b/jamendo/urispace/log.pl Fri Oct 20 14:57:54 2017 +0100 @@ -5,7 +5,7 @@ :- module(log,[log/1,log/2]). -log_file('/tmp/jamendo-uri.log'). +log_file('jamendo-uri.log'). log(MessageFormat,Vars) :- sformat(String,MessageFormat,Vars), diff -r f3e9387662bf -r eaec18f0b5f3 jamendo/urispace/run.pl --- a/jamendo/urispace/run.pl Fri Oct 20 11:02:21 2017 +0100 +++ b/jamendo/urispace/run.pl Fri Oct 20 14:57:54 2017 +0100 @@ -1,4 +1,4 @@ -#!/usr/local/bin/pl -s +#!/usr/local/bin/swipl -s :- use_module(urispace). :- use_module(jamendo_mapping). diff -r f3e9387662bf -r eaec18f0b5f3 magnatune/urispace/log.pl --- a/magnatune/urispace/log.pl Fri Oct 20 11:02:21 2017 +0100 +++ b/magnatune/urispace/log.pl Fri Oct 20 14:57:54 2017 +0100 @@ -5,7 +5,7 @@ :- module(log,[log/1,log/2]). -log_file('/home/yvesr/magnatune-uri.log'). +log_file('magnatune-uri.log'). log(MessageFormat,Vars) :- sformat(String,MessageFormat,Vars), diff -r f3e9387662bf -r eaec18f0b5f3 magnatune/urispace/run.pl --- a/magnatune/urispace/run.pl Fri Oct 20 11:02:21 2017 +0100 +++ b/magnatune/urispace/run.pl Fri Oct 20 14:57:54 2017 +0100 @@ -1,10 +1,9 @@ -#!/usr/local/bin/pl -s +#!/usr/local/bin/swipl -s :- use_module(urispace). :- use_module(magnatune_mapping). - :- init.