summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7efc24fbb5a6..7d01060ee5eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,5 +40,5 @@ package() {
go build -o lcg
# Add it to /usr/bin to make it executable
- sudo cp -nf "${srcdir}"/linux-command-gpt/lcg /usr/bin
+ sudo cp "${srcdir}"/linux-command-gpt/lcg /usr/bin/lcg
}