diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2012-01-02 15:41:28 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2012-01-02 15:41:28 +0000 |
| commit | 4ca7312e0e4f57600720f8e2c8ef343d5b03920a (patch) | |
| tree | 26979d4606efbbd4c17c134fbb041aa7ebe768da /databases/tarantool/files/patch-test_CMakeLists.txt | |
| parent | - update to 2.0.1 (diff) | |
Tarantool/Box, or simply Tarantool, is a high performance key/value
storage server. The code is available for free under the terms of
BSD license. Supported platforms are GNU/Linux and FreeBSD.
WWW: http://tarantool.org/
PR: ports/163213
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
Diffstat (limited to 'databases/tarantool/files/patch-test_CMakeLists.txt')
| -rw-r--r-- | databases/tarantool/files/patch-test_CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/tarantool/files/patch-test_CMakeLists.txt b/databases/tarantool/files/patch-test_CMakeLists.txt new file mode 100644 index 000000000000..63afe8fbb2d6 --- /dev/null +++ b/databases/tarantool/files/patch-test_CMakeLists.txt @@ -0,0 +1,9 @@ +--- test/CMakeLists.txt.orig 2011-12-11 16:16:40.594230551 +0000 ++++ test/CMakeLists.txt 2011-12-11 16:19:44.915010706 +0000 +@@ -9,5 +9,4 @@ + + install (PROGRAMS tarantool DESTINATION bin) + install (DIRECTORY lib DESTINATION bin) +-install (FILES box/tarantool.cfg box/00000000000000000001.snap +- DESTINATION bin) ++install (FILES box/tarantool.cfg DESTINATION %%ETCDIR%%) |
