mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
media-sound/nulloy: simplify syntax
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
@@ -50,9 +50,9 @@ src_prepare() {
|
|||||||
# because Portage does it when the install phase is run to be able
|
# because Portage does it when the install phase is run to be able
|
||||||
# to support the `splitdebug` and `installsources` FEATURES.
|
# to support the `splitdebug` and `installsources` FEATURES.
|
||||||
# See related issue https://bugs.gentoo.org/856292
|
# 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
|
cp -r $WORKDIR/night src/skins
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user