summaryrefslogtreecommitdiff
path: root/community/floyd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-05 00:07:38 -0800
committerroot <root@rshg054.dnsready.net>2013-02-05 00:07:38 -0800
commitb91dca65217b7c35be84df053692c9fd1b012560 (patch)
tree1ab70184cb03b2ac7a5123daed51de63f9df742b /community/floyd
parent3e78397cb031dee2b5874f1c0c9e4c9977f0dbb7 (diff)
Tue Feb 5 00:07:38 PST 2013
Diffstat (limited to 'community/floyd')
-rw-r--r--community/floyd/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/floyd/PKGBUILD b/community/floyd/PKGBUILD
index ae919142d..bf88c40de 100644
--- a/community/floyd/PKGBUILD
+++ b/community/floyd/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 58684 2011-11-17 15:37:37Z spupykin $
+# $Id: PKGBUILD 83680 2013-02-04 11:05:45Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
@@ -16,13 +16,13 @@ md5sums=('c1b80bc76ac4e25e821a193428fa42a4'
'0cde2017ead790f9d556ef34c6a4008f')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
patch -p1 <$srcdir/build-fix.patch
make pthread
}
package() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
mkdir -p $pkgdir/usr/share/man/man1 $pkgdir/usr/bin
make install MANDIR=$pkgdir/usr/share/man/man1 BINDIR=$pkgdir/usr/bin
}