mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
net-misc/icaclient: Fixed eula.txt issue (bug #607862).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -83,7 +83,7 @@ src_unpack() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local tmpl
|
||||
local tmpl dest
|
||||
|
||||
dodir "${ICAROOT}"
|
||||
|
||||
@@ -99,12 +99,13 @@ src_install() {
|
||||
dosym "${ICAROOT}"/npica.so /usr/$(get_libdir)/nsbrowser/plugins/npica.so
|
||||
fi
|
||||
|
||||
insinto "${ICAROOT}"
|
||||
doins nls/en.UTF-8/eula.txt
|
||||
doins -r usb
|
||||
for dest in "${ICAROOT}"{,/nls/en{,.UTF-8}} ; do
|
||||
insinto "${dest}"
|
||||
doins nls/en.UTF-8/eula.txt
|
||||
done
|
||||
|
||||
insinto "${ICAROOT}"/nls/en
|
||||
doins nls/en.UTF-8/eula.txt
|
||||
insinto "${ICAROOT}"
|
||||
doins -r usb
|
||||
|
||||
insinto "${ICAROOT}"/config
|
||||
doins config/* config/.* nls/en/*.ini
|
||||
Reference in New Issue
Block a user