mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 20:30:28 +02:00
(guileversion): Use effective version. Thanks to Francesco
Salvestrini!
This commit is contained in:
parent
935c72a554
commit
797661252e
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, 2004 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