diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2007-01-24 18:16:40 +0100 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2007-01-24 18:16:40 +0100 |
commit | f4b672538c46554196bcbd09c4b6f48b49e47c02 (patch) | |
tree | efb3061a6d3354c279c6d842ba520d0775642cde /xorg-xrdb | |
parent | abaae510536734398d5bc404559c698bfa609f10 (diff) | |
download | xorg-f4b672538c46554196bcbd09c4b6f48b49e47c02.tar.gz xorg-f4b672538c46554196bcbd09c4b6f48b49e47c02.tar.xz |
xorg-xrdb: updated to 1.0.3
Diffstat (limited to 'xorg-xrdb')
-rw-r--r-- | xorg-xrdb/.footprint | 2 | ||||
-rw-r--r-- | xorg-xrdb/.md5sum | 2 | ||||
-rw-r--r-- | xorg-xrdb/Pkgfile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/xorg-xrdb/.footprint b/xorg-xrdb/.footprint index d13c6ad2..d2e34046 100644 --- a/xorg-xrdb/.footprint +++ b/xorg-xrdb/.footprint @@ -3,4 +3,4 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/xrdb drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xrdb.1x.gz +-rw-r--r-- root/root usr/man/man1/xrdb.1.gz diff --git a/xorg-xrdb/.md5sum b/xorg-xrdb/.md5sum index 26ace9f9..f7541bf2 100644 --- a/xorg-xrdb/.md5sum +++ b/xorg-xrdb/.md5sum @@ -1 +1 @@ -de1fd8e2169e813e43f43ced5837b989 xrdb-1.0.2.tar.bz2 +380b2ef545306354cc150834de567be7 xrdb-1.0.3.tar.bz2 diff --git a/xorg-xrdb/Pkgfile b/xorg-xrdb/Pkgfile index eb51082f..b75a0846 100644 --- a/xorg-xrdb/Pkgfile +++ b/xorg-xrdb/Pkgfile @@ -4,14 +4,14 @@ # Depends on: xorg-libxmu, xorg-libx11 name=xorg-xrdb -version=1.0.2 +version=1.0.3 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xrdb-$version.tar.bz2) build() { cd xrdb-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install |