chroot-gettext: also install gettext cmd, required by shotwell-0.15.
This commit is contained in:
parent
ac93f1c5c4
commit
18731ed599
|
@ -1,9 +1,8 @@
|
|||
# Template build file for 'chroot-gettext'.
|
||||
pkgname=chroot-gettext
|
||||
version=0.18.3
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="gettext-${version}"
|
||||
build_wrksrc=gettext-tools
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-java --disable-native-java --disable-csharp
|
||||
--disable-libasprintf --enable-threads=posix --disable-rpath
|
||||
|
@ -28,6 +27,6 @@ chroot-gettext_package() {
|
|||
conflicts="gettext>=0"
|
||||
provides="gettext-${version}"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue