mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
dev-lang/aldor: Do not die if USE="-emacs"
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
parent
2755e38779
commit
241f2ff030
@ -54,7 +54,7 @@ src_unpack() {
|
||||
cp "${DISTDIR}/libaldor.pdf.gz" "${S}"
|
||||
gunzip "${S}/libaldor.pdf.gz"
|
||||
fi
|
||||
use emacs && cp "${DISTDIR}/aldor.el.nw" "${S}" || die
|
||||
use emacs && cp "${DISTDIR}/aldor.el.nw" "${S}"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user