module-init-tools: fix typo in modprobe.conf.
--HG-- extra : convert_revision : c348654b2a8e261a67f8f16a6fbf722f4d601a28
This commit is contained in:
parent
f1068b8bcb
commit
17b8a3a492
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue