summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormahid2023-02-19 22:32:16 -0600
committermahid2023-02-19 22:32:16 -0600
commit0947174caeb35377551fb530f33c38849e2909ee (patch)
treef4f8e036251c8dfe5d4605381201afceb7500725
parent36e294d409771111b7be48fda5d4e7edbaf4710e (diff)
downloadaur-0947174caeb35377551fb530f33c38849e2909ee.tar.gz
Added fix for the sed command
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8b2525d094d..a32cfda7a5be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgver() {
package () {
# Uncomment if you use Doas
- # sed 's/sudo/doas/' "$_pkgname/clyde"
+ # sed 's/sudo/doas/' "$_pkgname/clyde" > "$_pkgname/clyde"
# Standard install
install -D -t "$pkgdir/usr/bin" "$_pkgname/clyde"