summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchfeh2020-04-20 12:25:04 +0300
committerarchfeh2020-04-20 12:25:04 +0300
commitd68444bd6b495e5782d0b7ecbf619a71fd2d4a6d (patch)
tree15afdc5667d72386f7b7535ce8b2d8b9163bf449
parentb884611403276e8219add124f3f4893fafa56769 (diff)
downloadaur-d68444bd6b495e5782d0b7ecbf619a71fd2d4a6d.tar.gz
fix bug
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc7ce0b25433..3298d6105f7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ pkgver() {
package() {
cd "${srcdir}/${_pkgname}"
install -m755 -d "${pkgdir}/usr/share/themes"
- ./install_test.sh \
+ ./install.sh \
--dest "${pkgdir}/usr/share/themes" \
--icon arch
}