blob: 0295f875de31fec460452819f4b716b9d8af8de7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- VFlib2-config.in.orig 2009-05-31 23:16:13.000000000 +0900
+++ VFlib2-config.in 2009-05-31 23:17:23.000000000 +0900
@@ -155,11 +155,11 @@
fi
if test "$echo_runtime_dir" = "yes"; then
- S="$S $datadir/VFlib/$version"
+ S="$S $prefix/etc/vflib"
fi
if test "$echo_vfontcap" = "yes"; then
- S="$S $datadir/VFlib/$version/vfontcap"
+ S="$S $prefix/etc/vflib/vfontcap"
fi
echo $S
|