X-Git-Url: https://git.armaanb.net/?p=asd-repo.git;a=blobdiff_plain;f=junk%2Fcatgirl%2Fbuild;fp=junk%2Fcatgirl%2Fbuild;h=2581b290fe896b5bcd430a71774d45697a5314fa;hp=0000000000000000000000000000000000000000;hb=e7778f9c71891072ff904d344fd186977bda3e1b;hpb=115f60d82f00b7e3bf89d668b085d5cd645e4c88 diff --git a/junk/catgirl/build b/junk/catgirl/build new file mode 100755 index 0000000..2581b29 --- /dev/null +++ b/junk/catgirl/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --mandir=/usr/share/man + +make DESTDIR="$1" install