repo/extra/libksba/build

6 lines
71 B
Plaintext
Raw Normal View History

2024-01-01 21:46:13 +00:00
#!/bin/sh -e
./configure --prefix=/usr
make
make DESTDIR="$1" install