mtools: disabled floppyd support (FS#695)
This commit is contained in:
parent
3c440ede85
commit
2d4885214e
@ -1,8 +1,6 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/amuFormat.sh
|
||||
-rwxr-xr-x root/root usr/bin/floppyd
|
||||
-rwxr-xr-x root/root usr/bin/floppyd_installtest
|
||||
lrwxrwxrwx root/root usr/bin/lz -> uz
|
||||
lrwxrwxrwx root/root usr/bin/mattrib -> mtools
|
||||
lrwxrwxrwx root/root usr/bin/mbadblocks -> mtools
|
||||
|
@ -6,14 +6,16 @@
|
||||
|
||||
name=mtools
|
||||
version=4.0.15
|
||||
release=1
|
||||
release=2
|
||||
source=(ftp://ftp.gnu.org/gnu/mtools/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--enable-floppyd
|
||||
--disable-floppyd
|
||||
|
||||
make
|
||||
sed -i Makefile -e 's|install-scripts install-info|install-scripts|'
|
||||
make -j1 prefix=$PKG/usr install
|
||||
|
Loading…
x
Reference in New Issue
Block a user