unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Francesco Salvestrini <salvestrini@vodafone.it>
Cc: bug-guile@gnu.org
Subject: guile-tools.in patch
Date: Mon, 14 Jun 2004 11:40:46 +0200	[thread overview]
Message-ID: <200406141140.46095.salvestrini@vodafone.it> (raw)

Hi,

The guile-tools script shipped with guile-1.6.4 gives me an error while i try 
to run it using the default scripts directories.

The scripts are installed in their subpkgdatadir (that is 
$(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/scripts , in scripts/Makefile.am) 
while the guile-tools script uses the default_scriptsdir (that is: 
$pkgdatadir/$guileversion/scripts , in guile-tools.in).

The following patch fixes the problem.

Ciao,
Francesco

--- guile-tools.in.original	2002-12-07 23:41:28.000000000 +0100
+++ guile-tools.in.patched	2004-06-14 10:08:12.000000000 +0200
@@ -45,7 +45,8 @@
 prefix="@prefix@"
 pkgdatadir="@datadir@/@PACKAGE@"
 guileversion="@GUILE_VERSION@"
-default_scriptsdir=$pkgdatadir/$guileversion/scripts
+guileeffectiveversion="@GUILE_EFFECTIVE_VERSION@"
+default_scriptsdir=$pkgdatadir/$guileeffectiveversion/scripts
 
 # pre-install invocation frob
 mydir=`dirname $0`



-- 
Simon's Law:
	Everything put together falls apart sooner or later.


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


             reply	other threads:[~2004-06-14  9:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-14  9:40 Francesco Salvestrini [this message]
2004-08-09 23:40 ` guile-tools.in patch Marius Vollmer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200406141140.46095.salvestrini@vodafone.it \
    --to=salvestrini@vodafone.it \
    --cc=bug-guile@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).