CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
sed: updated to 4.5
[crossrootfs.git] / util-linux / Pkgfile
index 6db6b190bb7392c30a48ea4d36f2508d3297d2a1..0f2d64041fb6b56b50281b3be7b62cc89b992201 100644 (file)
@@ -5,9 +5,9 @@
 # Depends on: ncurses zlib
 
 name=util-linux
-version=2.27.1
+version=2.32
 release=1
-source=(https://www.kernel.org/pub/linux/utils/$name/v2.27/$name-$version.tar.xz)
+source=(https://www.kernel.org/pub/linux/utils/$name/v${version:0:4}/$name-$version.tar.xz)
 
 build() {
   cd util-linux-$version
@@ -26,5 +26,6 @@ build() {
   touch $PKG/etc/adjtime
 
   rm -r $PKG/usr/share/{doc,bash-completion}
+  rm $PKG/sbin/{mkfs.bfs,mkfs.minix,fsck.minix}
   rm $PKG/usr/share/man/man8/{fsck.minix,mkfs.bfs,mkfs.minix}.8
 }