summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/telegram-desktop')
-rw-r--r--net-im/telegram-desktop/telegram-desktop-2.7.1-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/telegram-desktop/telegram-desktop-2.7.1-r1.ebuild b/net-im/telegram-desktop/telegram-desktop-2.7.1-r1.ebuild
index ce5a70e6844a..641739df4475 100644
--- a/net-im/telegram-desktop/telegram-desktop-2.7.1-r1.ebuild
+++ b/net-im/telegram-desktop/telegram-desktop-2.7.1-r1.ebuild
@@ -76,10 +76,10 @@ pkg_pretend() {
}
src_prepare() {
- cd "$S/Telegram/ThirdParty/tgcalls" || die
- eapply "$FILESDIR/fix-tgcalls-gcc10.patch"
+ cd "${S}/Telegram/ThirdParty/tgcalls" || die
+ eapply "${FILESDIR}/fix-tgcalls-gcc10.patch"
- cd "$S"
+ cd "${S}" || die
# no explicit toggle, doesn't build with the system one #752417
sed -i 's/DESKTOP_APP_USE_PACKAGED/NO_ONE_WILL_EVER_SET_THIS/' \
cmake/external/rlottie/CMakeLists.txt || die