summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/uboot-am335x_bone/PKGBUILD2
-rw-r--r--libre/uboot-am335x_bone/uboot-am335x_bone.install6
2 files changed, 3 insertions, 5 deletions
diff --git a/libre/uboot-am335x_bone/PKGBUILD b/libre/uboot-am335x_bone/PKGBUILD
index b7da948f4..51039d84c 100644
--- a/libre/uboot-am335x_bone/PKGBUILD
+++ b/libre/uboot-am335x_bone/PKGBUILD
@@ -7,7 +7,7 @@ buildarch=4
pkgname=uboot-am335x_bone
pkgver=2015.04
-pkgrel=3
+pkgrel=4
pkgdesc="U-Boot for BeagleBone and BeagleBone Black"
arch=('armv7h')
url="http://git.denx.de/u-boot.git/"
diff --git a/libre/uboot-am335x_bone/uboot-am335x_bone.install b/libre/uboot-am335x_bone/uboot-am335x_bone.install
index 0a71c804a..cc318ba1c 100644
--- a/libre/uboot-am335x_bone/uboot-am335x_bone.install
+++ b/libre/uboot-am335x_bone/uboot-am335x_bone.install
@@ -28,11 +28,9 @@ flash_uboot() {
}
post_install() {
- flash_uboot
- extlinux_warning
+ flash_uboot && extlinux_warning
}
post_upgrade() {
- flash_uboot
- extlinux_warning
+ flash_uboot && extlinux_warning
}