Commit 839de97e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf mc-4.8.20.tar.xz
cd mc-4.8.20 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --sysconfdir=/etc --enable-charset --with-screen=ncurses
$(MAKE) -C mc-4.8.20
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C mc-4.8.20 check ; \
fi
$(MAKE) -C mc-4.8.20 install
rm -rf mc-4.8.20
bin
/usr/bin/.*
/usr/libexec/.*
/usr/share/mc/.*
locale
/usr/share/locale/.*
man
/usr/share/man/.*
etc
/etc/.*
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