46dd7aac40
ok deraadt@ beck@
7 lines
53 B
Bash
Executable File
7 lines
53 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
./autogen.sh
|
|
./configure
|
|
make dist
|