7 lines
106 B
Plaintext
Executable File
7 lines
106 B
Plaintext
Executable File
#!/usr/bin/env modbuild
|
|
|
|
# we need to generate the configure file
|
|
pbuild::post_prep() {
|
|
autoreconf -i
|
|
}
|