diff options
author | 2022-04-17 10:00:36 +0300 | |
---|---|---|
committer | 2022-06-30 21:40:14 +0000 | |
commit | 268cafb9cfeb8eb0a3525ef94052ae4d122db8e9 (patch) | |
tree | 8bee999e7360c279cc3e48a6a99a6e0db847dbce | |
parent | sys-apps/busybox: Fix mdev configuration on amd64 (diff) | |
download | gentoo-268cafb9cfeb8eb0a3525ef94052ae4d122db8e9.tar.gz gentoo-268cafb9cfeb8eb0a3525ef94052ae4d122db8e9.tar.bz2 gentoo-268cafb9cfeb8eb0a3525ef94052ae4d122db8e9.zip |
sys-apps/busybox: Install httpd CGI scripts
Closes: https://bugs.gentoo.org/828467
Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-apps/busybox/busybox-1.34.1-r1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-apps/busybox/busybox-1.34.1-r1.ebuild b/sys-apps/busybox/busybox-1.34.1-r1.ebuild index 05305df1dbc6..702f98008ff3 100644 --- a/sys-apps/busybox/busybox-1.34.1-r1.ebuild +++ b/sys-apps/busybox/busybox-1.34.1-r1.ebuild @@ -310,6 +310,9 @@ src_install() { cd ../examples || die docinto examples dodoc inittab depmod.pl *.conf *.script undeb unrpm + + cd ../networking || die + dodoc httpd_indexcgi.c httpd_post_upload.cgi } pkg_preinst() { |