summaryrefslogtreecommitdiff
path: root/community/fbgetty
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-21 23:15:10 +0000
committerroot <root@rshg054.dnsready.net>2012-02-21 23:15:10 +0000
commit1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch)
tree5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /community/fbgetty
parent11484c032f8c236b2044e715a9a3b28e33f65598 (diff)
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'community/fbgetty')
-rw-r--r--community/fbgetty/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/community/fbgetty/PKGBUILD b/community/fbgetty/PKGBUILD
index 67d344aa9..ee251e138 100644
--- a/community/fbgetty/PKGBUILD
+++ b/community/fbgetty/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 6846 2009-12-24 11:41:28Z spupykin $
+# $Id: PKGBUILD 65233 2012-02-20 12:23:20Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=fbgetty
pkgver=0.1.698
-pkgrel=3
+pkgrel=4
license=("GPL")
pkgdesc="fbgetty is a console getty like mingetty, which supports framebuffers"
arch=('i686' 'x86_64')
@@ -11,9 +11,9 @@ url="http://projects.meuh.org/fbgetty"
source=('http://projects.meuh.org/fbgetty/downloads/fbgetty-'$pkgver'.tar.gz')
md5sums=('1705bc0f8f1e03fe50d324ba84ac4e56')
-build ()
+build()
{
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --mandir=/usr/share/man
@@ -22,8 +22,7 @@ build ()
> #include <stddef.h>
EOF
- make || return 1
- make DESTDIR=$startdir/pkg install
-
+ make
+ make DESTDIR=$pkgdir install
mv ${pkgdir}/usr/info ${pkgdir}/usr/share/
}