ls++-git: install configuration file; revbump++.

This commit is contained in:
Juan RP 2013-08-29 15:05:36 +02:00
parent 0de1b7573b
commit 337f520c85

View file

@ -1,7 +1,7 @@
# Template file for 'ls++-git' # Template file for 'ls++-git'
pkgname=ls++-git pkgname=ls++-git
version=20130829 version=20130829
revision=1 revision=2
build_style=perl-module build_style=perl-module
hostmakedepends="perl" hostmakedepends="perl"
makedepends="perl-Term-ExtendedColor" makedepends="perl-Term-ExtendedColor"
@ -21,6 +21,7 @@ ls++-git_package() {
conf_files="/etc/ls++.conf" conf_files="/etc/ls++.conf"
noarch="yes" noarch="yes"
pkg_install() { pkg_install() {
vinstall ${wrksrc}/ls++.conf 644 etc
vmove all vmove all
} }
} }