Files
MX_Pmodule/System/ruby-install/build
T
2025-05-23 15:16:23 +02:00

20 lines
192 B
Python
Executable File

#!/usr/bin/env modbuild
pbuild::configure() {
:
}
pbuild::compile() {
:
}
pbuild::install() {
make -e install
}
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End: