summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYurii Kolesnykov2019-02-06 08:32:11 +0100
committerYurii Kolesnykov2019-02-06 08:32:11 +0100
commit30db75930f722f48937ed311724815445682ed42 (patch)
tree29e2547d9466c87c8321c64424708ddc3d90da07 /PKGBUILD
parent3008896c3dac69d1adbb104dfb1ca67f8356df16 (diff)
downloadaur-30db75930f722f48937ed311724815445682ed42.tar.gz
avoid rsync
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ccf42083ca8a..5af3bb3f0600 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=android-studio-beta
pkgver=3.4.0.12
-pkgrel=2
+pkgrel=3
_build=183.5256591
pkgdesc="The Official Android IDE (Beta branch)"
arch=('i686' 'x86_64')
@@ -43,7 +43,7 @@ package() {
# Install the application.
install -d "${pkgdir}"/{opt/"${pkgname}",usr/bin}
- rsync -a "${srcdir}/android-studio/" "${pkgdir}/opt/${pkgname}/"
+ cp -a "${srcdir}/android-studio"/* "${pkgdir}/opt/${pkgname}/"
ln -s "/opt/${pkgname}/bin/studio.sh" "${pkgdir}/usr/bin/${pkgname}"
# Add the icon and desktop file.