8 lines
92 B
Bash
Executable File
8 lines
92 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
./configure \
|
|
--prefix=/usr
|
|
|
|
make
|
|
install -Dm755 dtach "$1/usr/bin/dtach"
|