mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
494 B
Plaintext
14 lines
494 B
Plaintext
$NetBSD: patch-ao,v 1.7 2005/12/11 10:53:54 markd Exp $
|
|
|
|
--- kinit/kdostartupconfig.cpp.orig 2005-12-01 20:46:26.000000000 +1300
|
|
+++ kinit/kdostartupconfig.cpp
|
|
@@ -131,7 +131,7 @@ int main()
|
|
it != dirs.end();
|
|
++it )
|
|
{
|
|
- QString cfg = *it + "share/config/" + file;
|
|
+ QString cfg = *it + "share/kde/config/" + file;
|
|
if( KStandardDirs::exists( cfg ))
|
|
startupconfigfiles << cfg << "\n";
|
|
else
|