mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 00:53:02 -04:00
x11-themes/candy-icon-theme: fix dead symbolic links
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
This commit is contained in:
@@ -22,6 +22,11 @@ fi
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
# dead symbolic links QA
|
||||
src_prepare() {
|
||||
find . -xtype l -delete || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /usr/share/icons/candy-icons
|
||||
insinto /usr/share/icons/candy-icons
|
||||
|
||||
@@ -22,6 +22,11 @@ fi
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
# dead symbolic links QA
|
||||
src_prepare() {
|
||||
find . -xtype l -delete || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /usr/share/icons/candy-icons
|
||||
insinto /usr/share/icons/candy-icons
|
||||
|
||||
Reference in New Issue
Block a user