Commit 0db3d34b authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf dosfstools-4.1.tar.gz
cd dosfstools-4.1 && ./configure --prefix=/usr --enable-compat-symlinks
$(MAKE) -C dosfstools-4.1
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C dosfstools-4.1 check ; \
fi
$(MAKE) -C dosfstools-4.1 install
rm -rf dosfstools-4.1
bin
/usr/sbin/.*
doc
/usr/share/doc/.*
man
/usr/share/man/.*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment