summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-11-04 11:27:01 +0000
committerMike Frysinger <vapier@gentoo.org>2003-11-04 11:27:01 +0000
commit96d73d6accacff9244881baab16d31d7ddad4629 (patch)
treef7cbb8ddd3270182538acfa0d64e64da41ae0481 /games-emulation/daphne
parentAdd ChangeLog (diff)
downloadhistorical-96d73d6accacff9244881baab16d31d7ddad4629.tar.gz
historical-96d73d6accacff9244881baab16d31d7ddad4629.tar.bz2
historical-96d73d6accacff9244881baab16d31d7ddad4629.zip
perms fix
Diffstat (limited to 'games-emulation/daphne')
-rw-r--r--games-emulation/daphne/files/0.99.6-local-dapinput.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/daphne/files/0.99.6-local-dapinput.patch b/games-emulation/daphne/files/0.99.6-local-dapinput.patch
index 3226ba94bf4a..9b3c3a413e02 100644
--- a/games-emulation/daphne/files/0.99.6-local-dapinput.patch
+++ b/games-emulation/daphne/files/0.99.6-local-dapinput.patch
@@ -15,7 +15,7 @@
char thisChar = 0;
+ chdir(getenv("HOME"));
-+ mkdir(".daphne", 0600);
++ mkdir(".daphne", 0700);
+ chdir(".daphne");
F = fopen("dapinput.ini", "rt");