diff --git a/rebeccablackos_files/usr/bin/Compile/qtwayland b/rebeccablackos_files/usr/bin/Compile/qtwayland index b848ab2ae..13b0a133d 100644 --- a/rebeccablackos_files/usr/bin/Compile/qtwayland +++ b/rebeccablackos_files/usr/bin/Compile/qtwayland @@ -50,8 +50,7 @@ REBUILDNEWREVISION=1 #This gets called by DownloadSource in /usr/bin/build_core. If there are no other commeands here, the colon (:) is MANDITORY as a NULL command, otherwise Bash complains of an empty function. These functions are custom commands that need to be done to download source. function PackageDownloadSource { -export GIT_SSL_NO_VERIFY=1 -git fetch https://codereview.qt-project.org/qt/qtwayland refs/changes/03/111803/6 && git checkout FETCH_HEAD +: } #This is called by PrepareBuild in /usr/bin/build_core. If there are no other commeands here, the colon (:) is MANDITORY as a NULL command, otherwise Bash complains of an empty function. These functions are custom commands that need to be done to prepare the system to build the source