Commit 59715d3d authored by Khem Raj's avatar Khem Raj Committed by Armin Kuster
Browse files

fvwm: Package extra files and man pages


Avoids using installed-vs-shipped
Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
(cherry picked from commit 566049b4

)
Signed-off-by: default avatarArmin Kuster <akuster808@gmail.com>
parent 9737d50f
Showing with 12 additions and 6 deletions
+12 -6
......@@ -88,6 +88,8 @@ do_install_append() {
# as well)
PACKAGES = " \
${PN} \
${PN}-extra \
${PN}-doc \
${PN}-dbg \
"
......@@ -98,12 +100,16 @@ FILES_${PN} = " \
${datadir}/fvwm/ConfigFvwmDefaults \
"
RDEPENDS_${PN} = " \
xuser-account \
FILES_${PN}-extra = " \
${bindir} \
${libexecdir} \
${sysconfdir}/xdg/fvwm \
"
FILES_${PN}-doc = " \
${mandir} \
${datadir}/fvwm \
"
# by default a lot of stuff is installed and it's not easy to control what to
# install, so install everything, but skip the check
INSANE_SKIP_${PN} = " \
installed-vs-shipped \
RDEPENDS_${PN} = " \
xuser-account \
"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment