Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2020-01-15 23:43:52 +0300
committerGitHub <noreply@github.com>2020-01-15 23:43:52 +0300
commitf761270b86db3570554cd306d4b36b3aade7f6a1 (patch)
tree047d95b7311585c04ec3158c3bfcf9a6972c15a4
parentd7bef42f40095cb3d1e83812824d3b67387bf9ab (diff)
Fix path to patch
-rw-r--r--packages/gtk+.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gtk+.py b/packages/gtk+.py
index 106176b..0e1c9f1 100644
--- a/packages/gtk+.py
+++ b/packages/gtk+.py
@@ -230,7 +230,7 @@ class GtkPackage (GitHubPackage):
# https://devdiv.visualstudio.com/DevDiv/_workitems/edit/993471
'patches/gtk/gtk-pboard-types.patch',
- 'packages/patches/gtk/define-NSPasteboardTypeURL.patch'
+ 'patches/gtk/define-NSPasteboardTypeURL.patch'
])
def prep(self):