This commit is contained in:
seanpringle
2012-09-01 22:38:13 +10:00
parent d172c90a03
commit e58313bb69
4 changed files with 186 additions and 1 deletions

View File

@@ -39,4 +39,6 @@ build() {
package() {
cd "$srcdir/$_gitname-build"
install -Dm 755 $_gitname "$pkgdir/usr/bin/$_gitname"
gzip -c "$_gitname.1" > "$_gitname.1.gz"
install -Dm644 "$_gitname.1.gz" "$pkgdir/usr/share/man/man1/$_gitname.1.gz"
}