You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:; 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.
The text was updated successfully, but these errors were encountered:
jimklimov
added a commit
to jimklimov/znapzend
that referenced
this issue
May 27, 2024
Found while investigating for issue #646:
ends up with a gazillion files like
/dev/shm/zzz-0.22.0/home/jim/znapzend/thirdparty/lib/perl5/Test/Mojo.pm
(offset byDESTDIR
and myHOME
-basedTHIRDPARTY_DIR
value).Will post a fix for that as well.
The text was updated successfully, but these errors were encountered: