diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-08-05 09:30:05 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-08-05 09:30:05 +0800 |
| commit | a822e987de626635dc8a73c911bd6e2170726b41 (patch) | |
| tree | 1756fbb0805f806610ddf9194f2d3a6a23cfed0f /repos/extra/jupp/abuild | |
| parent | 9823d02110a83d3643da727102e0faa923c3c5b9 (diff) | |
| download | alicelinux-a822e987de626635dc8a73c911bd6e2170726b41.tar.gz alicelinux-a822e987de626635dc8a73c911bd6e2170726b41.zip | |
jupp: fix abuild
Diffstat (limited to 'repos/extra/jupp/abuild')
| -rw-r--r-- | repos/extra/jupp/abuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/repos/extra/jupp/abuild b/repos/extra/jupp/abuild index 1744ee2f..daf106e1 100644 --- a/repos/extra/jupp/abuild +++ b/repos/extra/jupp/abuild @@ -2,10 +2,8 @@ name=jupp version=3.1jupp41 release=1 source="https://mbsd.evolvis.org/MirOS/dist/${name}/joe-${version}.tgz" +build_opt="--disable-curses --disable-termcap" -build() { +prebuild() { chmod +x configure - ./configure --disable-curses --disable-termcap -prefix=/usr - make - make install } |