stopwatch

This commit is contained in:
milisman 2016-05-17 21:31:17 +00:00
parent ffdd750475
commit 53ee1b2403
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ source=(http://expect.sourceforge.net/$name/$name.tar.gz)
build () {
cd $name-$version
sed -i -e 's/depot\/path/usr\/bin/g' stopwatch
install -D -m0755 $name $PKG/usr/sbin/$name
}