repo/extra/libbsd/build

8 lines
102 B
Plaintext
Raw Normal View History

2024-01-02 15:22:32 +00:00
#!/bin/sh -e
patch -p1 < largefile64.patch
./configure --prefix=/usr
make
make DESTDIR="$1" install