mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-23 10:22:46 +00:00
build.sh: continue retrieval of aborted transfer
This commit is contained in:
parent
6872b4cc71
commit
2279e0bbf9
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -49,7 +49,7 @@ cd ..
|
|||
# are incompatible with them we should not create a mess - having kdelibs and
|
||||
# our libraries installed at the same time can cause serious troubles, if
|
||||
# this is not the case comment out the build instructions for libkdcraw
|
||||
wget http://download.kde.org/stable/4.14.3/src/libkdcraw-4.14.3.tar.xz
|
||||
wget -c http://download.kde.org/stable/4.14.3/src/libkdcraw-4.14.3.tar.xz
|
||||
tar -xf libkdcraw-4.14.3.tar.xz
|
||||
mkdir -p libkdcraw-build && cd libkdcraw-build
|
||||
cmake ../libkdcraw-4.14.3 \
|
||||
|
|
Loading…
Add table
Reference in a new issue