Files
MX_Pmodule/Tools/xz/build

15 lines
262 B
Plaintext
Executable File

#!/usr/bin/env modbuild
pbuild::post_prep(){
# autogen.sh exits with an error if po4a
# is not installed. For now we ignore this.
# :FIXME:
# build a po4a module
./autogen.sh || :
}
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End: