Package: mc
Version: 2:4.7.0-pre1-1
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
The cons.saver is linux specific, please use linux specific
install file or alternatively install it directly from debian/rules.
The 1st approach should be just this:
mv debian/mc.install debian/mc.install.linux
grep -v saver < debian/mc.install.linux > debian/mc.install
The 2nd similar to
install/mc::
cp ./debian/extra/icon.xpm ./debian/mc/usr/share/pixmaps/mc.xpm
ifeq ($(DEB_HOST_ARCH_OS),linux)
mkdir -p debian/mc/usr/lib/mc/mc/
cp debian/tmp/usr/lib/mc/mc/cons.saver debian/mc/usr/lib/mc/mc/
endif
with cons.saver dropped from debian/mc.install
Thanks in advance
Petr
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]