repo/extra/libmd/build

6 lines
71 B
Plaintext
Raw Normal View History

2024-01-02 08:15:42 -07:00
#!/bin/sh -e
./configure --prefix=/usr
make
make DESTDIR="$1" install