projects
/
cydia.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Replace all Objective-C memory managment with _H<>.
[cydia.git]
/
control.sh
1
#!/bin/bash
2
dir
=
$1
3
dir
=
${dir:=_}
4
sed
-e
"s@^\(Version:\).*@\1
$(./version.sh)
@"
control
5
echo
"Installed-Size:
$(du -s "${dir}" | cut -f 1)
"