aboutsummaryrefslogtreecommitdiff
path: root/repos/community
diff options
context:
space:
mode:
authorlost <lost@privacyrequired.com>2026-05-29 21:49:43 -0400
committerlost <lost@privacyrequired.com>2026-05-29 21:49:43 -0400
commitcac53b647db776adc62b709b26c3f1ee0ec85107 (patch)
tree74a15e0de84b316fdbc94b15c40035cc3e5908b2 /repos/community
parent0a5783071b38ff98ccdf52d5202663f68b51a001 (diff)
downloadalicelinux-cac53b647db776adc62b709b26c3f1ee0ec85107.tar.gz
alicelinux-cac53b647db776adc62b709b26c3f1ee0ec85107.zip
fixed spelling error
Diffstat (limited to 'repos/community')
-rw-r--r--repos/community/neuwm/abuild6
1 files changed, 0 insertions, 6 deletions
diff --git a/repos/community/neuwm/abuild b/repos/community/neuwm/abuild
index 5fcdce1b..27825175 100644
--- a/repos/community/neuwm/abuild
+++ b/repos/community/neuwm/abuild
@@ -4,9 +4,3 @@ commit=95f6417e02aabbd1a0b0c7d1c6a1388930c29e30
release=1
source="https://git.sr.ht/~pfr/$name/archive/$commit.tar.gz
meson.patch"
-
-build () {
- meson setup build -Dprefix=/usr
- ninja -C build
- meson install -C build
-}