xorg-xf86-video-qxl: fix white space

This commit is contained in:
Danny Rawlins 2013-10-24 21:56:27 +11:00
parent c237b80804
commit d5e10033e7

View File

@ -9,10 +9,9 @@ release=1
source=(http://xorg.freedesktop.org/archive/individual/driver/xf86-video-qxl-$version.tar.bz2)
build() {
cd xf86-video-qxl-$version
cd xf86-video-qxl-$version
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
}