Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2014 03:20:40 +0400
From:      Lev Serebryakov <lev@FreeBSD.org>
To:        FreeBSD Hackers <freebsd-hackers@freebsd.org>,  FreeBSD Ports <freebsd-ports@freebsd.org>
Subject:   How to insall hard link to system (base) file in port with stage support?
Message-ID:  <86807999.20140308032040@serebryakov.spb.ru>

next in thread | raw e-mail | index | archive | help
Hello, FreeBSD.

  My port installs GEOM class, so it need to make hard link to /sbin/geom.
  It uses <bsd.link.mk> and uses

LINKS=          ${BINDIR}/geom ${BINDIR}/g${CLASS}

 which works without staging, but, of course, doesn't work with staginig. Is
it possible to support such operation with staging?

-- 
// Black Lion AKA Lev Serebryakov <lev@FreeBSD.org>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86807999.20140308032040>