posh: support usrmerge with register_shell
This commit is contained in:
parent
176bb16ca6
commit
f56be898d2
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
|||
# Template file for 'posh'
|
||||
pkgname=posh
|
||||
version=0.13.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
register_shell="/bin/posh"
|
||||
hostmakedepends="automake"
|
||||
short_desc="Policy-compliant Ordinary SHell"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
|
@ -11,6 +10,7 @@ license="GPL-2"
|
|||
homepage="https://packages.debian.org/sid/posh"
|
||||
distfiles="${DEBIAN_SITE}/main/p/${pkgname}/${pkgname}_${version}.tar.xz"
|
||||
checksum=e40af79f454b5447cf49ab59fe48274856763430c4515b9bc55b9e7787fac51c
|
||||
register_shell="/usr/bin/posh"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Reference in a new issue