sbase-git: update to 20140705

This commit is contained in:
Ypnose 2014-07-05 18:34:47 +02:00
parent 7ce7cd5221
commit 833e5c4de4

View file

@ -1,7 +1,7 @@
# Template file for 'sbase-git' # Template file for 'sbase-git'
pkgname=sbase-git pkgname=sbase-git
version=20140531 version=20140705
revision=2 revision=1
build_style=gnu-makefile build_style=gnu-makefile
short_desc="Suckless unix tools" short_desc="Suckless unix tools"
maintainer="Ypnose <linuxienATlegtuxDOTorg>" maintainer="Ypnose <linuxienATlegtuxDOTorg>"
@ -22,6 +22,6 @@ pre_build() {
} }
post_install() { post_install() {
vinstall LICENSE 644 usr/share/licenses/${pkgname} vinstall LICENSE 644 usr/share/licenses/sbase
vinstall README 644 usr/share/doc/${pkgname} vinstall README 644 usr/share/doc/sbase
} }