mirror of
https://github.com/yaobinwen/dpkg.git
synced 2026-01-12 08:20:35 +00:00
This conforms to general expectations, and makes having to infer what is needed to prepare the source tree more easily discoverable.
6 lines
36 B
Bash
Executable File
6 lines
36 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
autoreconf -f -i
|