diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-01-18 21:38:33 +0000 | 
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-01-18 21:38:33 +0000 | 
| commit | 69e29f31a1488b2eec41e7ccfc49bc5d2f1689ac (patch) | |
| tree | dfe0601efe3c365a5ded48868ceeabccf181f67c | |
| parent | Setting handler to fcgid (diff) | |
| download | gentoobrowse-69e29f31a1488b2eec41e7ccfc49bc5d2f1689ac.tar.bz2 gentoobrowse-69e29f31a1488b2eec41e7ccfc49bc5d2f1689ac.tar.xz gentoobrowse-69e29f31a1488b2eec41e7ccfc49bc5d2f1689ac.zip | |
Add rules for installinggentoobrowse-2.0.0_beta2
| -rw-r--r-- | gentoobrowse/Jamfile.jam | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/gentoobrowse/Jamfile.jam b/gentoobrowse/Jamfile.jam index 038361f..affbda8 100644 --- a/gentoobrowse/Jamfile.jam +++ b/gentoobrowse/Jamfile.jam @@ -1 +1,7 @@ +import package ; +  build-project src ; + +alias cgi : src//gentoobrowse-cgi ; +package.install install : : src//gentoobrowse-cgi ; + | 
