summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Kazantsev2023-10-11 21:03:21 +0500
committerfraggod@malediction2023-10-11 21:03:21 +0500
commit65deaf423eefd2c0c284f71aad86dd283cbd8fab (patch)
treec7d19ce0373c32c511a9914b4b49238cea1c6a6a
parent03b0f0dc476d564185c51d0177dfdb6dd3fd8010 (diff)
downloadaur-65deaf423eefd2c0c284f71aad86dd283cbd8fab.tar.gz
Minor comment fix
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50926c02346e..a64aae2152fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,10 +38,9 @@ build() {
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=destdir
- popd
- popd
+ popd; popd
- # Build and statically link tdlib-libpurple against tdlib above
+ # Build and statically link libtelegram-tdlib.so against tdlib above
mkdir -p build && pushd build
cmake \
-DTd_DIR="$td_dir"/build/destdir/usr/local/lib/cmake/Td/ \