diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-05-19 20:45:37 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-05-19 20:45:37 +0200 |
commit | ff536b3608424c01b01b6ed826bb402f63b5b743 (patch) | |
tree | af861cccab44675df102c407854956b6c215ba44 /xorg-cf-files | |
parent | d0fa455fd91a57b8a7ea2210954a946c3b15b82c (diff) | |
download | xorg-ff536b3608424c01b01b6ed826bb402f63b5b743.tar.gz xorg-ff536b3608424c01b01b6ed826bb402f63b5b743.tar.xz |
xorg-cf-files: updated to 1.0.2
Diffstat (limited to 'xorg-cf-files')
-rw-r--r-- | xorg-cf-files/.md5sum | 2 | ||||
-rw-r--r-- | xorg-cf-files/Pkgfile | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/xorg-cf-files/.md5sum b/xorg-cf-files/.md5sum index 398c42a1..b914e1ca 100644 --- a/xorg-cf-files/.md5sum +++ b/xorg-cf-files/.md5sum @@ -1 +1 @@ -e3107572a02a344b5f5da57a1eb95732 xorg-cf-files-1.0.1.tar.bz2 +5f62dd5545b782c74f6e4e70d0e6552c xorg-cf-files-1.0.2.tar.bz2 diff --git a/xorg-cf-files/Pkgfile b/xorg-cf-files/Pkgfile index 1f6b91ae..91049fdb 100644 --- a/xorg-cf-files/Pkgfile +++ b/xorg-cf-files/Pkgfile @@ -3,15 +3,13 @@ # Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=xorg-cf-files -version=1.0.1 -release=2 +version=1.0.2 +release=1 source=(http://xorg.freedesktop.org/releases/individual/util/$name-$version.tar.bz2) build() { cd $name-$version - sed -i -e 's/ProjectRoot \/usr\/X11R6/ProjectRoot \/usr/' site.def - ./configure --prefix=/usr make |