summaryrefslogtreecommitdiff
path: root/community/fbgetty/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/fbgetty/PKGBUILD')
-rw-r--r--community/fbgetty/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/fbgetty/PKGBUILD b/community/fbgetty/PKGBUILD
index 8501ab67f..b202cd172 100644
--- a/community/fbgetty/PKGBUILD
+++ b/community/fbgetty/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 65233 2012-02-20 12:23:20Z spupykin $
+# $Id: PKGBUILD 91856 2013-05-28 17:26:45Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=fbgetty
pkgver=0.1.698
-pkgrel=4
+pkgrel=5
license=("GPL")
pkgdesc="fbgetty is a console getty like mingetty, which supports framebuffers"
arch=('i686' 'x86_64' 'mips64el')
@@ -15,7 +15,7 @@ build()
{
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST
+ ./configure --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin --build=$CHOST
patch src/options.c <<EOF
33a34
@@ -23,6 +23,10 @@ build()
EOF
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
mv ${pkgdir}/usr/info ${pkgdir}/usr/share/
}