media-sound/nulloy: simplify syntax

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2022-07-10 14:09:36 +04:00
parent 76e8c80b43
commit d52ad70ce3

View File

@@ -50,9 +50,9 @@ src_prepare() {
# because Portage does it when the install phase is run to be able
# to support the `splitdebug` and `installsources` FEATURES.
# See related issue https://bugs.gentoo.org/856292
eapply "${FILESDIR}"/add-nostrip.patch
eapply $FILESDIR/add-nostrip.patch
eapply "${FILESDIR}"/add-dark-theme.patch
eapply $FILESDIR/add-dark-theme.patch
cp -r $WORKDIR/night src/skins
fi
}