Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 164494
Collapse All | Expand All

(-)gettext-0.16.1/build-aux/elisp-comp~ (-1 / +2 lines)
Lines 73-79 Link Here
73
(
73
(
74
  cd $tempdir
74
  cd $tempdir
75
  echo "(setq load-path (cons nil load-path))" > script
75
  echo "(setq load-path (cons nil load-path))" > script
76
  $EMACS -batch -q -l script -f batch-byte-compile *.el || exit $?
76
  $EMACS -batch -q -no-site-file -l script -f batch-byte-compile *.el ||
77
    exit $?
77
  mv *.elc ..
78
  mv *.elc ..
78
) || exit $?
79
) || exit $?
79
80

Return to bug 164494