Skip to content

Commit

Permalink
GreenIsland no longer needs this qtwayland patch
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/rebeccablackos/code@3615 b52b6941-3400-464c-9f42-43200397181c
  • Loading branch information
nerdopolis committed Jun 5, 2015
1 parent 12fc808 commit 9b411a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rebeccablackos_files/usr/bin/Compile/qtwayland
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b411a4

Please sign in to comment.