projects
/
cydia.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Delayed URL loads should still be forExternal:YES.
[cydia.git]
/
control.sh
Commit
Line
Data
3adcfba7
1
#!/bin/bash
915284a6
JF
2
src=$1
3
dir=$2
3adcfba7
4
dir=${dir:=_}
915284a6
5
sed -e "s@^\(Version:\).*@\1 $(./version.sh)@" "${src}"
3adcfba7
6
echo "Installed-Size: $(du -s "${dir}" | cut -f 1)"