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:
authorCody Russell <cody@jhu.edu>2018-05-30 20:50:22 +0300
committerCody Russell <cody@jhu.edu>2018-05-30 20:50:22 +0300
commitefb38cf276d58c5265d1321df32b77b0f6a7afb0 (patch)
tree7ade36b6142b37650f9557efcddeda1761652580 /packages
parentc6c49d40f57d135e5d591253fd72e7d261d76c64 (diff)
Fix patch path
Diffstat (limited to 'packages')
-rw-r--r--packages/gtk+.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gtk+.py b/packages/gtk+.py
index 6ae9c25..4e3ced2 100644
--- a/packages/gtk+.py
+++ b/packages/gtk+.py
@@ -210,7 +210,7 @@ class GtkPackage (GitHubPackage):
'patches/gtk/gtk-backing-scale-factor.patch',
- 'patches/gtk-fix-find_nsview_at_pos-recursive.patch'
+ 'patches/gtk/gtk-fix-find_nsview_at_pos-recursive.patch'
])
def prep(self):