Skip to content

Instantly share code, notes, and snippets.

@gielfeldt
Created July 2, 2015 12:12
Show Gist options
  • Save gielfeldt/421a7b5a94fbb13e882c to your computer and use it in GitHub Desktop.
Save gielfeldt/421a7b5a94fbb13e882c to your computer and use it in GitHub Desktop.
Issue #1161 - Fix BPI publishing.
diff --git a/bpi.make b/bpi.make
index 9c33d74..09f6b02 100644
--- a/bpi.make
+++ b/bpi.make
@@ -24,6 +24,8 @@ libraries[bpi-client][destination] = "modules/bpi/lib"
libraries[bpi-client][download][type] = "git"
libraries[bpi-client][download][url] = "git@github.com:ding2/bpi-client.git"
libraries[bpi-client][download][tag] = "7.x-2.0.0"
+; Issue #1161 - Fix BPI publishing.
+libraries[bpi-client][patch][] = "https://github.com/ding2/bpi-client/pull/1.patch"
projects[ding_content][type] = "module"
projects[ding_content][download][type] = "git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment