summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordvorapa2020-03-11 13:16:45 +0100
committerdvorapa2020-03-11 13:16:45 +0100
commit39b4e3b081952ed3e9701a3e6765774a1239a3ac (patch)
treeedf823a72920d6792efc49e1e6d3bc2d0a04643c
parente47550d1e7f6479a16277c83892e9cf90bc5ecee (diff)
downloadaur-39b4e3b081952ed3e9701a3e6765774a1239a3ac.tar.gz
Fix installation
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b941bdb11b2..3086bd0b7c09 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,6 @@ package() {
optdepends=("gnome-tweaks: simple switch")
cd "$srcdir/apricity-icons-$_pkgver"
- install -dm644 -t "$pkgdir/usr/share/icons" "Apricity Icons"
+ install -dm644 "$pkgdir/usr/share/icons"
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
}