xbps-casper: fix typo.
--HG-- branch : gnome3
This commit is contained in:
parent
c6c77d7175
commit
a27a22c536
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,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,casper-helpers}} \
|
||||
install -m 644 ${FILESDIR}/scripts/{casper,casper-helpers} \
|
||||
${initramfsdir}/scripts
|
||||
install -m 644 ${FILESDIR}/conf.d/* ${initramfsdir}/conf.d
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue