From 33f422db82ea48e3d020e1a5d52bd5bb49c9557f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 12 Jul 2021 11:57:31 +0300 Subject: [PATCH] scdoc: Fix prefix --- wayland/scdoc/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland/scdoc/build b/wayland/scdoc/build index 431cc725..28bda353 100755 --- a/wayland/scdoc/build +++ b/wayland/scdoc/build @@ -1,4 +1,4 @@ #!/bin/sh -e -make +make PREFIX=/usr make DESTDIR="$1" PREFIX=/usr install