diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-04 11:27:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-04 11:27:01 +0000 |
commit | 96d73d6accacff9244881baab16d31d7ddad4629 (patch) | |
tree | f7cbb8ddd3270182538acfa0d64e64da41ae0481 /games-emulation/daphne | |
parent | Add ChangeLog (diff) | |
download | historical-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.patch | 2 |
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"); |