xbps-casper: fix typo.

--HG--
branch : gnome3
This commit is contained in:
Juan RP 2011-03-06 11:14:23 +01:00
parent c6c77d7175
commit a27a22c536

View file

@ -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
}