Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
tools
>
ctt
> ctt-bundle.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ctt-bundle.patch of Package ctt
--- Makefile.orig 2013-05-01 20:25:00.834637610 +0200 +++ Makefile 2013-05-01 20:48:09.998636577 +0200 @@ -16,3 +16,13 @@ %.1: %.text a2x -f manpage --no-xmllint -a encoding=UTF-8 $< + +ctt: + cp bin/ctt bin/__main__.py + zip -q -j ctt bin/__main__.py + zip -q ctt lib/ctt/*.py + echo '#!$(PYTHON)' > ctt + cat ctt.zip >> ctt + rm ctt.zip + chmod a+x ctt +