diff options
| -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 -} |