unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* guile-tools.in patch
@ 2004-06-14  9:40 Francesco Salvestrini
  2004-08-09 23:40 ` Marius Vollmer
  0 siblings, 1 reply; 2+ messages in thread
From: Francesco Salvestrini @ 2004-06-14  9:40 UTC (permalink / raw)
  Cc: bug-guile

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: guile-tools.in patch
  2004-06-14  9:40 guile-tools.in patch Francesco Salvestrini
@ 2004-08-09 23:40 ` Marius Vollmer
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Vollmer @ 2004-08-09 23:40 UTC (permalink / raw)
  Cc: bug-guile, Thien-Thi Nguyen

Francesco Salvestrini <salvestrini@vodafone.it> writes:

> 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).

Thanks!  This was already fixed in CVS HEAD and I just copied the fix.

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-08-09 23:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-14  9:40 guile-tools.in patch Francesco Salvestrini
2004-08-09 23:40 ` Marius Vollmer

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).