]> git.saurik.com Git - patcyh.git/blame_incremental - control.sh
Update the copyright year now that 2016 has begun.
[patcyh.git] / control.sh
... / ...
CommitLineData
1#!/bin/bash
2dir=$1
3dir=${dir:=_}
4sed -e "s@^\(Version:\).*@\1 $(./version.sh)@" control
5echo "Installed-Size: $(du -s "${dir}" | cut -f 1)"