26 lines
818 B
Text
26 lines
818 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2007/11/12 03:15:00 jdwhite Exp $
|
|
|
|
--- configure.orig 2007-11-07 23:17:30.000000000 -0600
|
|
+++ configure 2007-11-07 23:33:06.000000000 -0600
|
|
@@ -29376,10 +29376,10 @@
|
|
if test "$ac_use_path_checking" = "default"; then
|
|
|
|
if test -z "$kde_htmldir"; then
|
|
- kde_htmldir='\${datadir}/doc/HTML'
|
|
+ kde_htmldir='\${datadir}/doc/html'
|
|
fi
|
|
if test -z "$kde_appsdir"; then
|
|
- kde_appsdir='\${datadir}/applnk'
|
|
+ kde_appsdir='\${datadir}/kde/applnk'
|
|
fi
|
|
if test -z "$kde_icondir"; then
|
|
kde_icondir='\${datadir}/icons'
|
|
@@ -29388,7 +29388,7 @@
|
|
kde_sounddir='\${datadir}/sounds'
|
|
fi
|
|
if test -z "$kde_datadir"; then
|
|
- kde_datadir='\${datadir}/apps'
|
|
+ kde_datadir='\${datadir}/kde/apps'
|
|
fi
|
|
if test -z "$kde_locale"; then
|
|
kde_locale='\${datadir}/locale'
|