From cff24ca458056b7288acb3658159494912188e50 Mon Sep 17 00:00:00 2001 From: Adrian Perez Date: Mon, 23 Apr 2012 01:56:15 +0300 Subject: [PATCH] manifest: Fix path of PolicyKit repository The old path being used is no longer available, making "ostbuild resolve" bail out when trying to clone the repository. --- gnomeos/3.4/gnomeos-3.4-src.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnomeos/3.4/gnomeos-3.4-src.json b/gnomeos/3.4/gnomeos-3.4-src.json index fcf7e9b1..2a33f4af 100644 --- a/gnomeos/3.4/gnomeos-3.4-src.json +++ b/gnomeos/3.4/gnomeos-3.4-src.json @@ -429,7 +429,7 @@ "--enable-more-warnings=yes"], "patches": ["NetworkManager-config.patch"]}, - {"src": "fd:PolicyKit", + {"src": "fd:polkit", "patches": ["PolicyKit-libtool.patch"], "config-opts": ["--disable-man-pages"]},