Searched refs:pkglibdir (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in30 pkglibdir=${libdir}/${PACKAGE}/${host_cpu}-${host_vendor}
306 if test -f "$pkglibdir/stage1"; then
309 echo "${pkglibdir}/stage1: Not found." 1>&2
313 if test -f "$pkglibdir/stage2"; then
316 echo "${pkglibdir}/stage2: Not found." 1>&2
414 ${pkglibdir}/stage1 ${pkglibdir}/stage2 ${pkglibdir}/*stage1_5; do
H A Dgrub-image.in30 pkglibdir=${libdir}/${PACKAGE}/${context}
46 stage1dir="$pkglibdir"
47 stage2dir="$pkglibdir"

Completed in 84 milliseconds