mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
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>
9 lines
374 B
Text
9 lines
374 B
Text
--- 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%%)
|