wtf-20090924-prefix.patch 351 B

123456789101112
  1. --- wtf.orig 2009-09-27 10:46:12 +0200
  2. +++ wtf 2009-09-27 10:46:57 +0200
  3. @@ -12,7 +12,7 @@
  4. exit 1
  5. }
  6. -acronyms=${ACRONYMDB:-`ls /usr/share/misc/acronyms* 2>/dev/null`}
  7. +acronyms=${ACRONYMDB:-`ls "@GENTOO_PORTAGE_EPREFIX@"/usr/share/misc/acronyms* 2>/dev/null`}
  8. if [ "$acronyms" = "" ]; then
  9. echo "$PROGNAME: acronyms database not found!" >&2