refactor variable names according to changes in Pmodules/0.99.15 in build-scripts of group 'System'
This commit is contained in:
@@ -5,12 +5,12 @@ pbuild::configure() {
|
||||
}
|
||||
|
||||
pbuild::build() {
|
||||
cd "${MODULE_SRCDIR}"
|
||||
cd "${SRC_DIR}"
|
||||
make
|
||||
}
|
||||
|
||||
pbuild::install() {
|
||||
cd "${MODULE_SRCDIR}"
|
||||
cd "${SRC_DIR}"
|
||||
install -m 0755 -d "${PREFIX}/bin"
|
||||
install -m 0755 unison "${PREFIX}/bin"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user