1
0
Fork 0

In Makefile from target run a -guestbook-owner argument was removed because it was hardcoded lately.

This commit is contained in:
Alexander Andreev 2023-09-25 16:58:08 +04:00
parent cbaa2f32b4
commit 000b5d1dce
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ endif
run:
bin/${TARGET} -listen 127.0.0.1:18123 -database-path . -captcha-expiry 10m \
-guestbook-owner Arav -guestbook-page-size 10
-guestbook-page-size 10
install:
install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET}