This commit is contained in:
milisbir 2017-09-23 23:31:23 +03:00
parent 6773e67166
commit df2b686741
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@
name=aqemu name=aqemu
version=0.9.2 version=0.9.2
release=1.0 release=2
source=(https://github.com/tobimensch/$name/archive/v$version.tar.gz) source=(https://github.com/tobimensch/$name/archive/v$version.tar.gz)
build() { build() {
@ -15,5 +15,4 @@ build() {
make make
make DESTDIR="$PKG" install make DESTDIR="$PKG" install
rm /usr/bin/rcc rm /usr/bin/rcc
} }