module-init-tools: fix typo in modprobe.conf.
--HG-- extra : convert_revision : c348654b2a8e261a67f8f16a6fbf722f4d601a28
This commit is contained in:
@@ -24,7 +24,7 @@ post_install()
|
|||||||
mkdir -p ${DESTDIR}/etc
|
mkdir -p ${DESTDIR}/etc
|
||||||
cat >> ${DESTDIR}/etc/modprobe.conf <<_EOF
|
cat >> ${DESTDIR}/etc/modprobe.conf <<_EOF
|
||||||
#
|
#
|
||||||
# /etc/modprobe.conf. Please read modprobe.conf(8).
|
# /etc/modprobe.conf. Please read modprobe.conf(5).
|
||||||
#
|
#
|
||||||
_EOF
|
_EOF
|
||||||
chmod 644 ${DESTDIR}/etc/modprobe.conf
|
chmod 644 ${DESTDIR}/etc/modprobe.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user