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