mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 10:37:34 +00:00
Ports: Do not allow clean*
to be overridden
There were only two packages making use of this functionality, but it seems more sensible to have a fixed implementation for the cleaning of ports - especially now they delete the entire build directory and/or dist files.
This commit is contained in:
parent
5bfc61bc69
commit
7e85ec3431
3 changed files with 3 additions and 11 deletions
|
@ -37,7 +37,3 @@ build() {
|
|||
install() {
|
||||
run ninja install
|
||||
}
|
||||
|
||||
clean() {
|
||||
run ninja clean
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue