mirror of
https://github.com/containers/podman.git
synced 2025-09-17 15:07:40 +08:00
13 lines
126 B
Bash
Executable File
13 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
source $(dirname $0)/lib.sh
|
|
|
|
req_env_var GOSRC
|
|
|
|
set -x
|
|
cd "$GOSRC"
|
|
make install.tools
|
|
make localunit
|
|
make
|