qemu: update to 0.10.5
This commit is contained in:
parent
5b9a944de5
commit
90cc727902
@ -1 +1 @@
|
||||
4cdec0df66749281fbf73039fdf7f81b qemu-0.10.4.tar.gz
|
||||
60060feb98c9649a5da8b136685f76ba qemu-0.10.5.tar.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Optional: kqemu texi2html
|
||||
|
||||
name=qemu
|
||||
version=0.10.4
|
||||
version=0.10.5
|
||||
release=1
|
||||
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
|
||||
|
||||
@ -17,7 +17,7 @@ build() {
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
# Documentaion will only be installed if texinfo is found.
|
||||
# Documentaion will only be installed if texi2html is installed.
|
||||
|
||||
if [ -d "$PKG/usr/share/man" ]; then
|
||||
mv $PKG/usr/share/man $PKG/usr/man
|
||||
|
Loading…
x
Reference in New Issue
Block a user