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