diff options
Diffstat (limited to 'extra/abiword')
-rwxr-xr-x | extra/abiword/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/abiword/Pkgfile b/extra/abiword/Pkgfile index b2cc4bd2a..bc8b3259f 100755 --- a/extra/abiword/Pkgfile +++ b/extra/abiword/Pkgfile @@ -12,6 +12,6 @@ source=(http://www.abisource.com/downloads/$name/$version/source/$name-$version. build() { cd $name-$version ./configure --prefix=/usr - make -j3 + make make DESTDIR=$PKG install } |