diff options
-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 } |