diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 15:30:40 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 15:30:40 +0100 |
commit | a37520a360c70a508e852aed3a5ea9ea927af54d (patch) | |
tree | 2f799f05cd00952f6c789af3c3965992517e6cdd /xorg/xorg-xlsfonts/Pkgfile | |
parent | 511eddb49eac4f29d1788a7ca30928f25954579a (diff) | |
download | nutyx-extra-a37520a360c70a508e852aed3a5ea9ea927af54d.tar.gz nutyx-extra-a37520a360c70a508e852aed3a5ea9ea927af54d.tar.bz2 nutyx-extra-a37520a360c70a508e852aed3a5ea9ea927af54d.tar.xz nutyx-extra-a37520a360c70a508e852aed3a5ea9ea927af54d.zip |
xorg-xlsfonts, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-xlsfonts/Pkgfile')
-rw-r--r-- | xorg/xorg-xlsfonts/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/xorg-xlsfonts/Pkgfile b/xorg/xorg-xlsfonts/Pkgfile index 965619597..16c73e854 100644 --- a/xorg/xorg-xlsfonts/Pkgfile +++ b/xorg/xorg-xlsfonts/Pkgfile @@ -6,14 +6,14 @@ # Run on: xorg-libx11 name=xorg-xlsfonts -version=1.0.2 +version=1.0.3 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xlsfonts-$version.tar.bz2) build() { cd xlsfonts-$version - ./configure --prefix=/usr + ./configure $XORG_CONFIG make make DESTDIR=$PKG install |