xbps-casper: fix install.
This commit is contained in:
parent
db2c4c2aa9
commit
f6df093ea4
1 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@ do_install()
|
|||
install -m 755 ${FILESDIR}/hooks/* ${initramfsdir}/hooks
|
||||
install -m 755 ${FILESDIR}/scripts/casper-bottom/* \
|
||||
${initramfsdir}/scripts/casper-bottom
|
||||
install -m 644 ${FILESDIR}/scripts/casper* ${initramfsdir}/scripts
|
||||
install -m 644 ${FILESDIR}/scripts/{casper,casper-{functions,helpers}} \
|
||||
${initramfsdir}/scripts
|
||||
install -m 644 ${FILESDIR}/conf.d/* ${initramfsdir}/conf.d
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue