Skip to content

Commit

Permalink
x11-misc/redshift: Fix for USE=-gtk
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/784524
Signed-off-by: Sebastian Pipping <[email protected]>
Package-Manager: Portage-3.0.18, Repoman-3.0.3
  • Loading branch information
hartwork committed Apr 20, 2021
1 parent efe8d14 commit 9273c4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x11-misc/redshift/redshift-1.12-r5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ src_install() {
dosym redshift-gtk /usr/bin/gtk-redshift

python_foreach_impl python_optimize
fi

# https://bugs.gentoo.org/784281
mv "${D}"/usr/share/{appdata,metainfo}/ || die
# https://bugs.gentoo.org/784281
mv "${D}"/usr/share/{appdata,metainfo}/ || die
fi
}

pkg_preinst() {
Expand Down

0 comments on commit 9273c4a

Please sign in to comment.