mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
bash: fix /etc/bash/bashrc permissions (HI LEMMI)
This commit is contained in:
parent
03fadb0bf3
commit
191ff7336a
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ pkgname=bash
|
||||||
_bash_distver=4.3
|
_bash_distver=4.3
|
||||||
_bash_patchlevel=039
|
_bash_patchlevel=039
|
||||||
version=${_bash_distver}.${_bash_patchlevel}
|
version=${_bash_distver}.${_bash_patchlevel}
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc=${pkgname}-${_bash_distver}
|
wrksrc=${pkgname}-${_bash_distver}
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -44,5 +44,5 @@ post_install() {
|
||||||
rm -r ${DESTDIR}/usr/share/doc
|
rm -r ${DESTDIR}/usr/share/doc
|
||||||
ln -s bash ${DESTDIR}/usr/bin/rbash
|
ln -s bash ${DESTDIR}/usr/bin/rbash
|
||||||
vmkdir /etc/bash
|
vmkdir /etc/bash
|
||||||
vcopy ${FILESDIR}/bashrc /etc/bash/bashrc
|
vinstall ${FILESDIR}/bashrc 644 etc/bash
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue