summaryrefslogtreecommitdiff
path: root/Ports/qt6-qtbase/package.sh
diff options
context:
space:
mode:
authorJelle Raaijmakers <jelle@gmta.nl>2022-09-13 13:16:28 +0200
committerTim Flynn <trflynn89@pm.me>2022-09-13 13:44:01 -0400
commit7e85ec3431d19b542d684406d44c2fd9484af83b (patch)
tree3b6e5b1a354de6965fc4288caf74aa8e26fc606c /Ports/qt6-qtbase/package.sh
parent5bfc61bc690b5813533987b4ffee31889c9227e0 (diff)
downloadserenity-7e85ec3431d19b542d684406d44c2fd9484af83b.zip
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.
Diffstat (limited to 'Ports/qt6-qtbase/package.sh')
-rwxr-xr-xPorts/qt6-qtbase/package.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/Ports/qt6-qtbase/package.sh b/Ports/qt6-qtbase/package.sh
index ce39556a23..f9f27976f0 100755
--- a/Ports/qt6-qtbase/package.sh
+++ b/Ports/qt6-qtbase/package.sh
@@ -57,7 +57,3 @@ install() {
echo "The development of the Qt Serenity platform plugin is happening here. Fixes for things like input handling, window management and theme integration should go here:"
echo -e "\t" "https://github.com/SerenityPorts/QSerenityPlatform"
}
-
-clean() {
- run ninja clean
-}