mirror of
https://github.com/RGBCube/serenity
synced 2025-05-17 23:25:07 +00:00

Much redundancy is removed from package scripts with this system. It also supports simple dependency management, uninstalling (through BSD ports style plist files), cleaning up after itself (with clean, clean_dist, clean_all commands), etc.
13 lines
502 B
Diff
13 lines
502 B
Diff
diff --git a/support/config.sub b/support/config.sub
|
|
index f208558e..fb8fa19e 100755
|
|
--- a/support/config.sub
|
|
+++ b/support/config.sub
|
|
@@ -1360,7 +1360,7 @@ case $os in
|
|
| powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
|
|
| skyos* | haiku* | rdos* | toppers* | drops* | es* \
|
|
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
|
|
- | midnightbsd*)
|
|
+ | midnightbsd* | serenity*)
|
|
# Remember, each alternative MUST END IN *, to match a version number.
|
|
;;
|
|
qnx*)
|