[tbb-commits] [Git][tpo/applications/rbm][main] Install RBM::CaptureExec
boklm (@boklm)
git at gitlab.torproject.org
Fri Feb 16 08:04:17 UTC 2024
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20240216/208aa3ff/attachment-0001.htm>
More information about the tbb-commits
mailing list