boklm pushed to branch main at The Tor Project / Applications / RBM


Commits:
361bc547 by Petr Písař at 2024-02-15T15:58:14+01:00
Install RBM::CaptureExec

Commit efd874abee2d4afe652feb6c79c1d929f70d136b (Bug 40072: Move
capture_exec to a separate module) added RBM::CaptureExec module, but
forgot to install it when invoking "make install".

This patch fixes it.

- - - - -


1 changed file:

- Makefile


Changes:

=====================================
Makefile
=====================================
@@ -3,7 +3,7 @@ VERSION=0.4
 PROJECTNAME=rbm
 BINFILES=rbm
 PERL_MODULE_MAIN=lib/RBM.pm
-PERL_MODULES=lib/RBM/DefaultConfig.pm
+PERL_MODULES=lib/RBM/CaptureExec.pm lib/RBM/DefaultConfig.pm
 
 sysconfdir=/etc
 bindir=/usr/bin



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/rbm/-/commit/361bc547cf500201080540973ba33f5fa836754d

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/rbm/-/commit/361bc547cf500201080540973ba33f5fa836754d
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to