summaryrefslogtreecommitdiff
path: root/u-boot-tools/Pkgfile
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2016-02-02 17:00:51 +0000
committerJose V Beneyto <sepen@crux.nu>2016-02-02 17:00:51 +0000
commit07074e6d6027b0a069a7f5268de4fe42970afb7c (patch)
tree326616074c300a243fd36056ec5e5206a8e3e324 /u-boot-tools/Pkgfile
parent205bf53657196255a7d56400d2d975617060cec8 (diff)
downloadopt-07074e6d6027b0a069a7f5268de4fe42970afb7c.tar.gz
opt-07074e6d6027b0a069a7f5268de4fe42970afb7c.tar.xz
u-boot-tools: updated to 2016.01 and fixed mandir location
Diffstat (limited to 'u-boot-tools/Pkgfile')
-rw-r--r--u-boot-tools/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/u-boot-tools/Pkgfile b/u-boot-tools/Pkgfile
index 20b8833c4..5fea31934 100644
--- a/u-boot-tools/Pkgfile
+++ b/u-boot-tools/Pkgfile
@@ -5,7 +5,7 @@
# Depends on:
name=u-boot-tools
-version=2015.07
+version=2016.01
release=1
source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$version.tar.bz2)
@@ -18,7 +18,7 @@ build() {
make sandbox_config
make V=1 tools CUSTOMCFLAGS="$CFLAGS" TOOLSUBDIRS=""
- install -d -m 0755 $PKG/usr/{bin,man/man1}
+ install -d -m 0755 $PKG/usr/{bin,share/man/man1}
install -m 0755 tools/mk{,env}image $PKG/usr/bin
- install -m 0644 doc/mkimage.1 $PKG/usr/man/man1
+ install -m 0644 doc/mkimage.1 $PKG/usr/share/man/man1
}

Generated by cgit