diff options
| author | lost <lost@privacyrequired.com> | 2026-05-29 21:49:43 -0400 |
|---|---|---|
| committer | lost <lost@privacyrequired.com> | 2026-05-29 21:49:43 -0400 |
| commit | cac53b647db776adc62b709b26c3f1ee0ec85107 (patch) | |
| tree | 74a15e0de84b316fdbc94b15c40035cc3e5908b2 | |
| parent | 0a5783071b38ff98ccdf52d5202663f68b51a001 (diff) | |
| download | alicelinux-cac53b647db776adc62b709b26c3f1ee0ec85107.tar.gz alicelinux-cac53b647db776adc62b709b26c3f1ee0ec85107.zip | |
fixed spelling error
| -rw-r--r-- | docs/install.md | 2 | ||||
| -rw-r--r-- | repos/community/neuwm/abuild | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/docs/install.md b/docs/install.md index adc53381..b37747f6 100644 --- a/docs/install.md +++ b/docs/install.md @@ -159,7 +159,7 @@ Before we do, install development packages first. # apkg -I meson cmake pkgconf libtool automake perl ``` -> NOTE: use upppercase 'i' for solve dependencies, lowecase 'i' without solve dependencies. +> NOTE: use uppercase 'i' for solve dependencies, lowercase 'i' without solve dependencies. Now lets upgrade our system. ``` 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 -} |