dtach: missing configure
This commit is contained in:
parent
227f4732bf
commit
8071fd044f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue