blob: bd5f51b50cc01246ed6be6259801718f6d2427a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- test/oaf-slay.in.orig Fri Oct 18 15:33:00 2002
+++ test/oaf-slay.in Fri Oct 18 15:33:12 2002
@@ -51,7 +51,7 @@
# get OAF files
#
-@oaf_dirs = ( "@prefix@/share/oaf" );
+@oaf_dirs = ( "@datadir@/oaf" );
foreach $dir (split(':', $ENV{'OAF_INFO_PATH'})) {
if (-d $dir) {
push @oaf_dirs, $dir;
|