fixed minor issue

This commit is contained in:
Manuel Friedli 2015-10-02 14:43:45 +02:00
parent 01f378eea0
commit 67fd804737
2 changed files with 2 additions and 3 deletions

View file

@ -44,7 +44,6 @@ src_compile() {
}
src_install() {
cd "${S}"
make DESTDIR="${D}" install || die "Install failed"
}