diff options
Diffstat (limited to 'social/diaspora-git/PKGBUILD')
-rw-r--r-- | social/diaspora-git/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/social/diaspora-git/PKGBUILD b/social/diaspora-git/PKGBUILD index 52a6b990e..b19241655 100644 --- a/social/diaspora-git/PKGBUILD +++ b/social/diaspora-git/PKGBUILD @@ -6,7 +6,7 @@ # https://wiki.archlinux.org/index.php/Diaspora pkgname=diaspora-git -pkgver=20110208 +pkgver=20110417 pkgrel=1 pkgdesc="A privacy aware, personally controlled, do-it-all, open source social network" arch=('i686' 'x86_64') @@ -76,6 +76,7 @@ build() { package() { cd "$srcdir" + options=(!strip) usrdir="$pkgdir/usr/share/webapps" |