[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/rbm][main] Install RBM::CaptureExec



Title: GitLab

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:

Changes:

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

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