repo/extra/libgpg-error/build

6 lines
105 B
Plaintext
Raw Normal View History

2024-01-01 21:36:09 +00:00
#!/bin/sh -e
./configure --prefix=/usr --enable-install-gpg-error-config
make
make DESTDIR="$1" install