Update ncurses/PKGBUILD

This commit is contained in:
Christoph Reiter
2024-09-10 16:35:58 +02:00
parent f0899bfb55
commit 9a08de350c

View File

@@ -72,8 +72,8 @@ build() {
--with-build-cflags=-D_XOPEN_SOURCE_EXTENDED \
--with-pkg-config-libdir=/usr/lib/pkgconfig
make -j$(nproc)
make -j$(nproc) DESTDIR=${srcdir}/dest install
make
make DESTDIR=${srcdir}/dest install
}
package_ncurses() {