mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
(guileversion): Use $GUILE_EFFECTIVE_VERSION instead of
$GUILE_VERSION. Thanks to Kevin Ryde!
This commit is contained in:
parent
e6726828ca
commit
223a9f7c2c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Copyright (C) 2001 Free Software Foundation, Inc.
|
# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU General Public License as
|
# modify it under the terms of the GNU General Public License as
|
||||||
|
@ -44,7 +44,7 @@ EOF
|
||||||
|
|
||||||
prefix="@prefix@"
|
prefix="@prefix@"
|
||||||
pkgdatadir="@datadir@/@PACKAGE@"
|
pkgdatadir="@datadir@/@PACKAGE@"
|
||||||
guileversion="@GUILE_VERSION@"
|
guileversion="@GUILE_EFFECTIVE_VERSION@"
|
||||||
default_scriptsdir=$pkgdatadir/$guileversion/scripts
|
default_scriptsdir=$pkgdatadir/$guileversion/scripts
|
||||||
|
|
||||||
# pre-install invocation frob
|
# pre-install invocation frob
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue