diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 20:30:04 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 20:30:04 +0100 |
commit | 58336cc6b386c199f40adecd895cc818faaf83dd (patch) | |
tree | 17d45b4eefb751c00e005c5860797c2fdf05eee9 | |
parent | 700655c977c4ad4d180caf0f2d3781dc79d18649 (diff) | |
download | nutyx-extra-58336cc6b386c199f40adecd895cc818faaf83dd.tar.gz nutyx-extra-58336cc6b386c199f40adecd895cc818faaf83dd.tar.bz2 nutyx-extra-58336cc6b386c199f40adecd895cc818faaf83dd.tar.xz nutyx-extra-58336cc6b386c199f40adecd895cc818faaf83dd.zip |
xrestop, port nettoyé
-rw-r--r-- | xorg/xrestop/Pkgfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xorg/xrestop/Pkgfile b/xorg/xrestop/Pkgfile index f3d8083e5..d744d9b44 100644 --- a/xorg/xrestop/Pkgfile +++ b/xorg/xrestop/Pkgfile @@ -12,9 +12,7 @@ source=(http://projects.o-hand.com/sources/$name/$name-$version.tar.gz) build() { cd xrestop-$version - - ./configure --prefix=/usr --mandir=/usr/share/man - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install } |