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.
This commit is contained in:
parent
d99b7014b5
commit
cff24ca458
|
|
@ -429,7 +429,7 @@
|
||||||
"--enable-more-warnings=yes"],
|
"--enable-more-warnings=yes"],
|
||||||
"patches": ["NetworkManager-config.patch"]},
|
"patches": ["NetworkManager-config.patch"]},
|
||||||
|
|
||||||
{"src": "fd:PolicyKit",
|
{"src": "fd:polkit",
|
||||||
"patches": ["PolicyKit-libtool.patch"],
|
"patches": ["PolicyKit-libtool.patch"],
|
||||||
"config-opts": ["--disable-man-pages"]},
|
"config-opts": ["--disable-man-pages"]},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue