dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
This commit is contained in:
parent
eca0872a97
commit
7fa9ff0ebd
5 changed files with 336 additions and 349 deletions
|
|
@ -183,7 +183,7 @@ let
|
|||
ln -s ${self.pyramid}/bin/* $out/bin/
|
||||
ln -s ${self.gunicorn}/bin/gunicorn $out/bin/
|
||||
ln -s ${self.supervisor}/bin/supervisor* $out/bin/
|
||||
ln -s ${self.PasteScript}/bin/paster $out/bin/
|
||||
ln -s ${self.pastescript}/bin/paster $out/bin/
|
||||
ln -s ${self.channelstream}/bin/channelstream $out/bin/
|
||||
ln -s ${self.celery}/bin/celery $out/bin/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue