util-linux-ng: remove obsolete option

This commit is contained in:
Juergen Daubert 2010-11-11 17:58:31 +01:00
parent bf34de1cfb
commit a668bcc917

View File

@ -14,7 +14,7 @@ build() {
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-{nls,wall} \
--enable-{write,rdev,raw,kill}
--enable-{write,raw,kill}
make
make DESTDIR=$PKG install