mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-27 00:53:22 +00:00
Fix path to qt patch
Signed-off-by: Christoph <auer.chrisi@gmx.net>
This commit is contained in:
parent
53a56bbc2a
commit
bd41ce024a
@ -49,7 +49,7 @@ prepare() {
|
||||
|
||||
ln -s "$srcdir/qt5_6_0" "$srcdir/Libraries/qt5_6_0"
|
||||
cd "$srcdir/Libraries/qt5_6_0/qtbase"
|
||||
git apply "$srcdir/tdesktop/Telegram/_qtbase_5_6_0_patch.diff"
|
||||
git apply "$srcdir/tdesktop/Telegram/Patches/qtbase_5_6_0.diff"
|
||||
|
||||
if [ ! -h "$srcdir/Libraries/breakpad" ]; then
|
||||
ln -s "$srcdir/breakpad" "$srcdir/Libraries/breakpad"
|
||||
|
Loading…
Reference in New Issue
Block a user