oetiker / znapzend

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

`make DESTDIR=... install` of `znapzend` also sends CPANM modules to that location when building from scratch #651

Closed jimklimov closed 1 month ago

jimklimov commented 1 month ago

Found while investigating for issue #646:

:; make distclean ; rm -rf /dev/shm/zzz-0.22.0 ; ./bootstrap.sh ; ./configure ; make DESTDIR=/dev/shm/zzz-0.22.0 install &&  find /dev/shm/zzz-0.22.0 -ls

ends up with a gazillion files like /dev/shm/zzz-0.22.0/home/jim/znapzend/thirdparty/lib/perl5/Test/Mojo.pm (offset by DESTDIR and my HOME-based THIRDPARTY_DIR value).

Will post a fix for that as well.