oetiker / znapzend

zfs backup with remote capabilities and mbuffer integration.
www.znapzend.org
GNU General Public License v3.0
603 stars 136 forks source link

Problem: Hard to use znapzend dev bins in a web of symlinks #528

Closed jimklimov closed 3 years ago

jimklimov commented 3 years ago

Solution: Follow up from 75857808ab5fc1030ac294c4e3634d4b5ef323c9 which added the line which is removed during "proper" installation, but now use FindBin::RealBin instead of just ::Bin to allow developers to shoot themselves in the foot easier by symlinking their version in progress (or a snapshot of the development workspace) right into their /usr/bin/znapzend* pathnames.

Signed-off-by: Jim Klimov jimklimov@gmail.com