mirror of https://github.com/procxx/kepka.git
Merge pull request #1952 from telegramdesktop/auchri/fix_travis_patch
Fix path to qt patch
This commit is contained in:
commit
8518f01bc0
|
@ -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