summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2020-02-04 20:06:57 -0700
committeryochananmarqos2020-02-04 20:06:57 -0700
commitaab7904ffb9214d3bf65346ef1e3146b50020799 (patch)
treea7e8e6c2a87c075547e9bb4bf1a7eb801334155c
parent94b5da4b44fcd275503dfed40b1c6473d423e0c7 (diff)
downloadaur-aab7904ffb9214d3bf65346ef1e3146b50020799.tar.gz
fixed syntax
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f43978ceb93e..326ded598a02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ prepare() {
package() {
install -d "$pkgdir/usr/lib/$pkgname"
- cp -a opt/Android Messages/resources/* "$pkgdir/usr/lib/$pkgname"
+ cp -a "opt/Android Messages/resources"/* "$pkgdir/usr/lib/$pkgname"
install -Dm755 "$pkgname" -t "$pkgdir/usr/bin"