diff options
Diffstat (limited to 'arora')
-rw-r--r-- | arora/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arora/Pkgfile b/arora/Pkgfile index 6a3fa49d7..3d41c93be 100644 --- a/arora/Pkgfile +++ b/arora/Pkgfile @@ -6,7 +6,7 @@ name=arora version=0.7.1 -release=1 +release=2 source=(http://arora.googlecode.com/files/$name-$version.tar.gz) build() { @@ -16,7 +16,7 @@ build() { -i src/src.pro qmake PREFIX=/usr QMAKE_CXXFLAGS="$CXXFLAGS" - make -j1 + make make INSTALL_ROOT=$PKG install sed -r '/\[.+\]=/d' -i $PKG/usr/share/applications/$name.desktop |