calamares-branding: add /usr/lib/calamares/modules to modules-search
Both settings_offline.conf and settings_online.conf only searched /etc/calamares/modules for modules, but Calamares' built-in modules (welcome, locale, partition, etc.) are installed in /usr/lib/calamares/modules/. Added both paths. pkgrel 6→7
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=calamares-branding-antergos-next
|
pkgname=calamares-branding-antergos-next
|
||||||
pkgver=1.0
|
pkgver=1.0
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
pkgdesc="Calamares branding for Antergos NeXT with offline/online installer support"
|
pkgdesc="Calamares branding for Antergos NeXT with offline/online installer support"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/Antergos-NeXT"
|
url="https://github.com/Antergos-NeXT"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
modules-search: [ /etc/calamares/modules ]
|
modules-search: [ /usr/lib/calamares/modules, /etc/calamares/modules ]
|
||||||
|
|
||||||
sequence:
|
sequence:
|
||||||
- show:
|
- show:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
modules-search: [ /etc/calamares/modules ]
|
modules-search: [ /usr/lib/calamares/modules, /etc/calamares/modules ]
|
||||||
|
|
||||||
sequence:
|
sequence:
|
||||||
- show:
|
- show:
|
||||||
|
|||||||
Reference in New Issue
Block a user