xorg-server: update to xorg-server-1.9.2.902

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-05 12:54:33 +01:00
parent 772fc13fc9
commit 902c3a2462
11 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
PKG_NAME="xorg-server" PKG_NAME="xorg-server"
PKG_VERSION="1.9.2" PKG_VERSION="1.9.2.902"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"

View File

@ -0,0 +1,5 @@
#!/bin/sh
for i in `ls xorg-server-*.patch`; do
cp $i `echo $i | sed "s,$1,$2,g"`
done