Ports using CMake already install into the right place, so we don't need to do the usual port system DESTDIR override.
@@ -10,3 +10,7 @@ configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt -
configure() {
run cmake $configopts
}
+
+install() {
+ run make install
+}