summaryrefslogtreecommitdiff
path: root/arora
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2009-06-05 09:58:21 +0000
committerJose V Beneyto <sepen@crux.nu>2009-06-05 09:58:46 +0000
commitef7bbf5d15c5776f07b221fe39add7dfd661bf89 (patch)
tree88f1586a01b5181299bf48560569baa1e17fbd6c /arora
parent0825933def146c02c6ffc0f683895be524177dce (diff)
downloadcontrib-ef7bbf5d15c5776f07b221fe39add7dfd661bf89.tar.gz
contrib-ef7bbf5d15c5776f07b221fe39add7dfd661bf89.tar.xz
arora: fixed previous commit
Diffstat (limited to 'arora')
-rw-r--r--arora/Pkgfile4
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

Generated by cgit