dtach: missing configure

This commit is contained in:
str1ngs 2011-06-26 12:40:03 -07:00
parent 227f4732bf
commit 8071fd044f

View file

@ -20,6 +20,7 @@ Add_dependency build glibc-devel
do_build()
{
./configure --prefix=/usr
make ${makejobs}
}
@ -28,4 +29,3 @@ do_install()
install -Dm755 dtach "${DESTDIR}/usr/bin/dtach"
install -Dm644 dtach.1 "${DESTDIR}/usr/share/man/man1/dtach.1"
}
# vim:set ts=2 sw=2 et: