retty-1.0-3

This commit is contained in:
Jaroslav Lichtblau 2014-12-04 11:00:51 +01:00
parent 195df46145
commit 4a4b80f595
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
pkgbase = retty
pkgdesc = Tiny tool, that lets you attach processes running on other terminals.
pkgdesc = Tiny tool, that lets you attach processes running on other terminals
pkgver = 1.0
pkgrel = 3
url = http://pasky.or.cz/~pasky/dev/retty

View file

@ -3,7 +3,7 @@
pkgname=retty
pkgver=1.0
pkgrel=3
pkgdesc="Tiny tool, that lets you attach processes running on other terminals."
pkgdesc="Tiny tool, that lets you attach processes running on other terminals"
arch=('i686')
url="http://pasky.or.cz/~pasky/dev/retty"
license=('GPL')
@ -20,7 +20,7 @@ build() {
package() {
cd "${srcdir}"/$pkgname-$pkgver
install -D -m755 $pkgname "${pkgdir}/usr/bin/$pkgname"
install -D -m755 blindtty "${pkgdir}/usr/bin/blindtty"
install -D -m644 $pkgname.1 "${pkgdir}/usr/share/man/man1/$pkgname.1"
install -Dm755 $pkgname "${pkgdir}"/usr/bin/$pkgname
install -Dm755 blindtty "${pkgdir}"/usr/bin/blindtty
install -Dm644 $pkgname.1 "${pkgdir}"/usr/share/man/man1/$pkgname.1
}