diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2002-12-05 11:51:02 +0000 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2002-12-05 11:51:02 +0000 |
commit | 8d18cca622f67446cb66fd40a0033f5deec50512 (patch) | |
tree | e8dcc416bd623f1a274f4be4be5cba3c92502ec5 /dev-db/framerd | |
parent | New ebuild for framerd (diff) | |
download | gentoo-2-8d18cca622f67446cb66fd40a0033f5deec50512.tar.gz gentoo-2-8d18cca622f67446cb66fd40a0033f5deec50512.tar.bz2 gentoo-2-8d18cca622f67446cb66fd40a0033f5deec50512.zip |
Forgot the patch on first commit.
Diffstat (limited to 'dev-db/framerd')
-rw-r--r-- | dev-db/framerd/files/setup.fdx.patch | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-db/framerd/files/setup.fdx.patch b/dev-db/framerd/files/setup.fdx.patch new file mode 100644 index 000000000000..910722144882 --- /dev/null +++ b/dev-db/framerd/files/setup.fdx.patch @@ -0,0 +1,6 @@ +127,128c127,128 +< (unless (file-exists? (destdir (stringout framerd-lib "/servers"))) +< (call-with-output-file (destdir (stringout framerd-lib "/servers")) +--- +> (unless (file-exists? (stringout framerd-lib "/servers")) +> (call-with-output-file (stringout framerd-lib "/servers") |