commit 83db51e6470369bb80e624a5e59fc3dfb4b92b34 parent febcb355f2f146f6129abc235bed34f2f35df980 Author: aabacchus <ben@bvnf.space> Date: Thu, 15 Apr 2021 01:50:46 +0100 catgirl: fix build syntax Diffstat:
M | catgirl/build | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/catgirl/build b/catgirl/build @@ -1,5 +1,6 @@ #!/bin/sh -e -./configure --prefix=/usr +./configure \ + --prefix=/usr make make DESTDIR="$1" install