diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-23 15:08:07 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-23 15:08:07 -0300 |
commit | 1e07ae69f3c111ed64353ce666e389eab12d187f (patch) | |
tree | 47a328baf011d4c259d6262fc0a5e03e9444096a /libre | |
parent | 29b62a414d471fa688a1c1ae174ef2ffebacf17e (diff) | |
download | abslibre-1e07ae69f3c111ed64353ce666e389eab12d187f.tar.gz abslibre-1e07ae69f3c111ed64353ce666e389eab12d187f.tar.bz2 abslibre-1e07ae69f3c111ed64353ce666e389eab12d187f.zip |
uboot-am335x_bone-2015.04-4: fix issue in install file
Diffstat (limited to 'libre')
-rw-r--r-- | libre/uboot-am335x_bone/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/uboot-am335x_bone/uboot-am335x_bone.install | 6 |
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 } |