'pbuild::build' has been renamed to 'pbuild::compile' in version 0.99.15
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ pbuild::configure() {
|
||||
|| exit 1
|
||||
}
|
||||
|
||||
pbuild::build() {
|
||||
pbuild::compile() {
|
||||
make -C src
|
||||
make -C tools
|
||||
}
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ pbuild::configure() {
|
||||
|| exit 1
|
||||
}
|
||||
|
||||
pbuild::build() {
|
||||
pbuild::compile() {
|
||||
make check
|
||||
make
|
||||
make install
|
||||
|
||||
Reference in New Issue
Block a user