mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +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
|
||||
|
||||
# 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
|
||||
# modify it under the terms of the GNU General Public License as
|
||||
|
@ -44,7 +44,7 @@ EOF
|
|||
|
||||
prefix="@prefix@"
|
||||
pkgdatadir="@datadir@/@PACKAGE@"
|
||||
guileversion="@GUILE_VERSION@"
|
||||
guileversion="@GUILE_EFFECTIVE_VERSION@"
|
||||
default_scriptsdir=$pkgdatadir/$guileversion/scripts
|
||||
|
||||
# pre-install invocation frob
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue