2008-01-14 Robert Millan <rmh@aybabtu.com>
* util/grub.d/10_linux.in (prefix): Define. (exec_prefix): Likewise. Both definitions are later used by `libdir'.
This commit is contained in:
parent
44cb1ec888
commit
e622c55943
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-01-14 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* util/grub.d/10_linux.in (prefix): Define.
|
||||
(exec_prefix): Likewise. Both definitions are later used by `libdir'.
|
||||
|
||||
2008-01-13 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* disk/ieee1275/ofdisk.c (grub_ofdisk_open): Don't use
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with GRUB. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
. ${libdir}/grub/update-grub_lib
|
||||
|
||||
|
|
Loading…
Reference in a new issue