mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
427 B
Plaintext
15 lines
427 B
Plaintext
$NetBSD: patch-bb,v 1.6 2005/03/23 21:44:37 markd Exp $
|
|
|
|
--- kdesktop/init.cc.orig 2005-02-04 12:18:56.000000000 +1300
|
|
+++ kdesktop/init.cc
|
|
@@ -105,6 +105,9 @@ static void copyDirectoryFile(const QStr
|
|
cmd += " ";
|
|
cmd += KProcess::quote(dir+"/.directory");
|
|
system( QFile::encodeName(cmd) );
|
|
+ cmd = "chmod u+w ";
|
|
+ cmd += KProcess::quote(dir+"/.directory");
|
|
+ system( QFile::encodeName(cmd) );
|
|
}
|
|
}
|
|
|