glibc: move to usr/bin.
This commit is contained in:
parent
f80afdb5fc
commit
280a776285
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'glibc'
|
# Template file for 'glibc'
|
||||||
pkgname=glibc
|
pkgname=glibc
|
||||||
version=2.21
|
version=2.21
|
||||||
revision=7
|
revision=8
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
short_desc="The GNU C library"
|
short_desc="The GNU C library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -156,6 +156,8 @@ do_install() {
|
||||||
# Remove tzselect and z{dump,ic}, provided by tzutils.
|
# Remove tzselect and z{dump,ic}, provided by tzutils.
|
||||||
rm -f ${DESTDIR}/usr/bin/tzselect
|
rm -f ${DESTDIR}/usr/bin/tzselect
|
||||||
rm -f ${DESTDIR}/usr/bin/z{dump,ic}
|
rm -f ${DESTDIR}/usr/bin/z{dump,ic}
|
||||||
|
|
||||||
|
mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin
|
||||||
}
|
}
|
||||||
|
|
||||||
glibc-devel_package() {
|
glibc-devel_package() {
|
||||||
|
|
Loading…
Reference in New Issue