repo/extra/libassuan/build
2024-01-01 22:14:17 +00:00

6 lines
71 B
Bash
Executable File

#!/bin/sh -e
./configure --prefix=/usr
make
make DESTDIR="$1" install