util-linux-ng: build fallocate

This commit is contained in:
Juergen Daubert 2010-06-09 11:18:16 +02:00
parent 183aea8375
commit 59e623e419
2 changed files with 4 additions and 2 deletions

View File

@ -44,6 +44,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/column
-rwxr-xr-x root/root usr/bin/cytune
-rwxr-xr-x root/root usr/bin/ddate
-rwxr-xr-x root/root usr/bin/fallocate
-rwxr-xr-x root/root usr/bin/flock
-rwxr-xr-x root/root usr/bin/getopt
-rwxr-xr-x root/root usr/bin/hexdump
@ -103,6 +104,7 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/column.1.gz
-rw-r--r-- root/root usr/man/man1/ddate.1.gz
-rw-r--r-- root/root usr/man/man1/dmesg.1.gz
-rw-r--r-- root/root usr/man/man1/fallocate.1.gz
-rw-r--r-- root/root usr/man/man1/flock.1.gz
-rw-r--r-- root/root usr/man/man1/getopt.1.gz
-rw-r--r-- root/root usr/man/man1/hexdump.1.gz

View File

@ -5,7 +5,7 @@
name=util-linux-ng
version=2.17.2
release=1
release=2
source=(http://ftp.kernel.org/pub/linux/utils/$name/v2.17/$name-$version.tar.bz2)
build() {
@ -13,7 +13,7 @@ build() {
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-{nls,wall,fallocate} \
--disable-{nls,wall} \
--enable-{write,rdev,raw,kill}
make
make DESTDIR=$PKG install