net-im/lurch: fix comments

This commit is contained in:
Julian Ospald 2017-03-21 23:08:36 +01:00
parent 77fd1ac26a
commit 84836643be
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 3 additions and 3 deletions

View File

@ -52,19 +52,19 @@ CMAKE_SRC_CONFIGURE_PARAMS=(
) )
src_prepare() { src_prepare() {
# cmake part of libaxolotl-c # cmake part of libsignal-protocol-c
edo mkdir "${CMAKE_SOURCE}"/build edo mkdir "${CMAKE_SOURCE}"/build
default default
} }
src_configure() { src_configure() {
# cmake part of libaxolotl-c # cmake part of libsignal-protocol-c
edo cd "${CMAKE_SOURCE}"/build edo cd "${CMAKE_SOURCE}"/build
cmake_src_configure cmake_src_configure
} }
src_compile() { src_compile() {
# cmake part of libaxolotl-c # cmake part of libsignal-protocol-c
emake -C "${CMAKE_SOURCE}"/build emake -C "${CMAKE_SOURCE}"/build
default default