]> git.armaanb.net Git - asd-repo.git/blob - core/catgirl/build
2581b290fe896b5bcd430a71774d45697a5314fa
[asd-repo.git] / core / catgirl / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     --mandir=/usr/share/man
6
7 make DESTDIR="$1" install