diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-07-07 12:35:50 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-07-07 12:35:50 +0000 |
commit | 8b97edbc51dedf39ec472cc099750426215c1f5d (patch) | |
tree | cd913b20b680fe03895abe895604162439e0a8ff /modutils | |
parent | b279451612d54ca06f95049b88cda857fb98a0ee (diff) |
package also docs
BKrev: 40ebee26cXXKQ-RBmFNJMD5jVACVhQ
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/modutils_2.4.27.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modutils_2.4.27.oe b/modutils/modutils_2.4.27.oe index 53f66863af..d9008ca6f6 100644 --- a/modutils/modutils_2.4.27.oe +++ b/modutils/modutils_2.4.27.oe @@ -42,7 +42,7 @@ pkg_prerm_modutils () { update-rc.d $D modutils remove } -PACKAGES = "modutils-depmod modutils" +PACKAGES = "modutils-depmod modutils-doc modutils" FILES_modutils-depmod = "sbin/depmod" |