7 lines
82 B
Plaintext
Executable File
7 lines
82 B
Plaintext
Executable File
#!/usr/bin/env modbuild
|
|
|
|
pbuild::post_prep() {
|
|
cd "${SRC_DIR}"
|
|
./bootstrap.sh
|
|
}
|