summaryrefslogtreecommitdiff
path: root/util-linux/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-03-30 12:53:00 +0200
committerTim Biermann <tbier@posteo.de>2022-03-30 12:53:00 +0200
commit620d8ae8914c0dae2e61d72e0ab918fd2434f543 (patch)
tree89e3dab69dc4b4aaf6eb245c6cae4c16df4010e6 /util-linux/Pkgfile
parent131285d58a9857b8d505606ee480e599adb9042b (diff)
parentc59c659a47aa18849d682682a5abaf7880260695 (diff)
downloadcore-620d8ae8914c0dae2e61d72e0ab918fd2434f543.tar.gz
core-620d8ae8914c0dae2e61d72e0ab918fd2434f543.tar.xz
Merge remote-tracking branch 'origin/3.6' into 3.7
Diffstat (limited to 'util-linux/Pkgfile')
-rw-r--r--util-linux/Pkgfile8
1 files changed, 2 insertions, 6 deletions
diff --git a/util-linux/Pkgfile b/util-linux/Pkgfile
index bd8f9acd..837be711 100644
--- a/util-linux/Pkgfile
+++ b/util-linux/Pkgfile
@@ -4,16 +4,13 @@
# Depends on: bzip2 eudev file readline xz
name=util-linux
-version=2.37.4
+version=2.38
release=1
-source=(https://www.kernel.org/pub/linux/utils/$name/v${version:0:4}/$name-$version.tar.xz
- $name-man-$version.tar.xz)
+source=(https://www.kernel.org/pub/linux/utils/$name/v${version:0:4}/$name-$version.tar.xz)
build() {
cd $name-$version
- #touch disk-utils/raw.8
-
./configure \
--prefix=/usr \
--enable-{write,kill} \
@@ -28,7 +25,6 @@ build() {
install -d $PKG/{etc,var/lib/libuuid}
touch $PKG/etc/adjtime
- cp -r $SRC/man $PKG/usr/share
prt-get isinst bash-completion || rm -r $PKG/usr/share/bash-completion
rm -r $PKG/usr/share/doc

Generated by cgit