diff options
author | mahid | 2023-02-19 22:32:16 -0600 |
---|---|---|
committer | mahid | 2023-02-19 22:32:16 -0600 |
commit | 0947174caeb35377551fb530f33c38849e2909ee (patch) | |
tree | f4f8e036251c8dfe5d4605381201afceb7500725 | |
parent | 36e294d409771111b7be48fda5d4e7edbaf4710e (diff) | |
download | aur-0947174caeb35377551fb530f33c38849e2909ee.tar.gz |
Added fix for the sed command
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |