Update calamares-modules-cereus from 2022.11.26_1 to 2023.01.20_1
This commit is contained in:
parent
7500c545b8
commit
d270765305
1 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'calamares-modules-cereus'
|
# Template file for 'calamares-modules-cereus'
|
||||||
pkgname=calamares-modules-cereus
|
pkgname=calamares-modules-cereus
|
||||||
version=2022.11.26
|
version=2023.01.20
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
modules_dir="usr/lib/calamares/modules/"
|
_modules_dir="usr/lib/calamares/modules/"
|
||||||
repository="cereus-core"
|
repository="cereus-core"
|
||||||
short_desc="Additional Cereus modules for Calamares installer"
|
short_desc="Additional Cereus Linux modules for Calamares installer"
|
||||||
maintainer="Kevin F. <https://github.com/KF-Art>"
|
maintainer="Kevin F. <kevinfigueroart@proton.me>"
|
||||||
license="GPL-2.0"
|
license="GPL-2.0"
|
||||||
homepage="https://github.com/CereusLinuxProject/calamares-modules"
|
homepage="https://github.com/CereusLinuxProject/calamares-modules"
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ do_fetch() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir ${modules_dir}
|
vmkdir ${_modules_dir}
|
||||||
vcopy modules/* ${modules_dir}
|
vcopy modules/* ${_modules_dir}
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue