summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsleepntsheep2022-10-24 12:15:43 +0700
committersleepntsheep2022-10-24 12:15:43 +0700
commit1e47afdef4d47a7dee95ba7392b0bfafea55e04d (patch)
tree1028ee1f4f8f8cd57fea826f6b8431a3f1b86a20 /PKGBUILD
parent011cca980c9e2b8995fd61718b757a2ae40da6af (diff)
downloadaur-1e47afdef4d47a7dee95ba7392b0bfafea55e04d.tar.gz
update pkgbuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0bb07a1d0ebe..28ec9f5d5bf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ build() {
package() {
cd "$pkgname/"
make config=release
- cp ./Release/sslide /usr/local/bin
+ sudo cp ./Release/sslide /usr/local/bin
desktop-file-install --dir=$HOME/.local/share/applications sslide.desktop
}