From 71c02b0362a0c26a134fcb573991ab6b65ddcdd2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 26 May 2015 07:47:26 +0200 Subject: [PATCH] uboot-mkimage: ulong -> unsigned long in tools/mkimage.h too. --- srcpkgs/uboot-mkimage/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/uboot-mkimage/template b/srcpkgs/uboot-mkimage/template index cc7a2984ea6..3ffd3de3902 100644 --- a/srcpkgs/uboot-mkimage/template +++ b/srcpkgs/uboot-mkimage/template @@ -11,7 +11,7 @@ distfiles="ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2" checksum=cdaf8c81583abfa2e73da46cfcf87b0cbd9741d9aa766f3b905376e3652d543d do_configure() { - sed -i 's,ulong,unsigned long,g' include/image.h + sed -i 's,ulong,unsigned long,g' include/image.h tools/mkimage.h } do_build() { if [ -n "$XBPS_CROSS_TRIPLET" ]; then