diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-25 02:38:19 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-25 02:38:19 -0300 |
commit | 7fe43b1d13a26841b458e7d71485a3049ba57c8f (patch) | |
tree | 761e2234451ceae80bf599d542601eb71ac6ec0a /libre/uboot-omap4_panda | |
parent | bed2d4ff892a5e89a90725abfbf2d0b54e94b565 (diff) | |
download | abslibre-7fe43b1d13a26841b458e7d71485a3049ba57c8f.tar.gz abslibre-7fe43b1d13a26841b458e7d71485a3049ba57c8f.tar.bz2 abslibre-7fe43b1d13a26841b458e7d71485a3049ba57c8f.zip |
uboot-omap4_panda: minor fix
Diffstat (limited to 'libre/uboot-omap4_panda')
-rw-r--r-- | libre/uboot-omap4_panda/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libre/uboot-omap4_panda/PKGBUILD b/libre/uboot-omap4_panda/PKGBUILD index 2eef144fe..6aaf94b60 100644 --- a/libre/uboot-omap4_panda/PKGBUILD +++ b/libre/uboot-omap4_panda/PKGBUILD @@ -13,9 +13,8 @@ replaces=('uboot-pandaboard-linux-libre' 'uboot-pandaboard') conflicts=('uboot-pandaboard-linux-libre' 'uboot-pandaboard' 'uboot4grub-omap4_panda') makedepends=('bc') license=('GPL') -backup=(boot/extlinux/extlinux.conf) install=${pkgname}.install -backup=('boot/uEnv.txt') +backup=('boot/extlinux/extlinux.conf' 'boot/uEnv.txt') source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" '0001-parabola-arm-modifications.patch' 'extlinux.conf' |