mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
net-misc/kristall: Fix building a second time in src_install
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -20,13 +20,10 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
# qmake overwrites Makefile but it is needed for installing.
|
||||
mv Makefile{,.tmp} || die
|
||||
eqmake5 src/kristall.pro
|
||||
src_compile() {
|
||||
emake
|
||||
}
|
||||
|
||||
src_install() {
|
||||
mv Makefile{.tmp,} || die
|
||||
INSTALL="install -D" PREFIX="${EPREFIX}/usr" default
|
||||
emake DESTDIR="${D}" INSTALL="install -D" PREFIX="${EPREFIX}/usr" install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user