system/qemu: Fix Typo.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edward W. Koenig 2014-05-05 10:40:42 +07:00 committed by Willy Sudiarto Raharjo
parent 561491fd62
commit c660d11a8d
2 changed files with 5 additions and 5 deletions

View file

@ -33,15 +33,16 @@
# 1.3 03-NOV-2013 updated to 1.6.1
# 1.4 28-APR-2014 updated to 2.0.0 (thanks Callum Davies <calrogman@gmail.com>), added useful options,
# clean ups, libusb version check.
# 1.4a 04-MAY-2014 fixed typos thanks to sandb0y
PRGNAM=qemu
VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
KVMGROUP=${KVMGROUP:-users}
TARGETS=${TARGETS:-some}
$VNC_ENABLE=${VNC_ENABLE:-no}
VNC_ENABLE=${VNC_ENABLE:-no}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -144,7 +145,6 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--localstatedir=/var \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--enable-sdl \
--enable-gtk \
--enable-system \
--enable-kvm \
@ -190,7 +190,7 @@ fi
# Add docs to the proper location
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a Changelog COPYING* LICENSE MAINTAINERS README qemu-*.html docs/* \
cp -a Changelog COPYING* CODING_STYLE HACKING LICENSE MAINTAINERS README qemu-*.html docs/* \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -6,5 +6,5 @@ MD5SUM="2790f44fd76da5de5024b4aafeb594c2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Edward Koenig"
MAINTAINER="Edward W. Koenig"
EMAIL="kingbeowulf@gmail.com"