summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFranck Lucien Duriez2018-12-21 12:23:43 +0000
committerFranck Lucien Duriez2018-12-21 12:36:34 +0000
commitd8bb7cbf90f6e1dacefcc6e1c04b3c109e8beaab (patch)
tree43f304970e3f06e9f4e485c6b380b43cbacb0827 /PKGBUILD
parent604c54cbd7e89c0a22610523d51068c3b6278f0e (diff)
downloadaur-d8bb7cbf90f6e1dacefcc6e1c04b3c109e8beaab.tar.gz
Remove unneeded files.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 296c13153aff..7a3c29e5428e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=adb-arm64
pkgver=5.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='adb for Raspberry 3'
arch=('aarch64')
url='http://developer.android.com/sdk/index.html'
@@ -41,12 +41,5 @@ build() {
package() {
install -Dm644 "${srcdir}/adb.service" "${pkgdir}/usr/lib/systemd/system/adb.service"
install -Dm644 "${srcdir}/license.html" "${pkgdir}/usr/share/licenses/${pkgname}/license.html"
-
- install -d "${pkgdir}/etc/profile.d"
- echo 'export PATH="${PATH}:/opt/android-sdk/platform-tools"' >"${pkgdir}/etc/profile.d/${pkgname}.sh"
- echo 'setenv PATH "${PATH}:/opt/android-sdk/platform-tools"' >"${pkgdir}/etc/profile.d/${pkgname}.csh"
- chmod 755 "${pkgdir}/etc/profile.d/${pkgname}".{csh,sh}
-
- install -d "${pkgdir}/opt/android-sdk/"
install -Dm755 "${srcdir}/system/core/adb/adb" "${pkgdir}/usr/bin/adb"
}