kernel: added kernel-manpages subpkg files missed in previous.
This commit is contained in:
parent
ec811856ac
commit
d9d17efdaa
|
@ -0,0 +1 @@
|
|||
kernel
|
|
@ -0,0 +1,13 @@
|
|||
# Template file for 'kernel-manpages'.
|
||||
#
|
||||
short_desc="${pkgname} development manual pages"
|
||||
long_desc="
|
||||
This package contains manual pages for developping for the Linux kernel."
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||
}
|
Loading…
Reference in New Issue