Skip to content
Snippets Groups Projects
Unverified Commit f60eb86d authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

main/postmarketos-android-recovery-installer: install to /usr/bin (MR 5642)

parent 8cc91cfe
No related branches found
No related tags found
No related merge requests found
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
pkgname=postmarketos-android-recovery-installer
pkgver=1.0.7
pkgrel=0
pkgrel=1
pkgdesc="TWRP compatible postmarketOS installer script"
arch="all"
url="https://postmarketos.org"
......@@ -17,7 +17,7 @@ build() {
package() {
install -Dm755 build_zip.sh \
"$pkgdir"/sbin/build-recovery-zip
"$pkgdir"/usr/bin/build-recovery-zip
install -Dm644 update-binary \
"$pkgdir"/var/lib/postmarketos-android-recovery-installer/META-INF/com/google/android/update-binary
install -Dm755 pmos_chroot \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment