mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 01:46:58 +02:00
revert dodir and dosym on /bin/
This commit is contained in:
parent
e655a3ae27
commit
8426bf1a1c
@ -134,9 +134,9 @@ src_compile() {
|
|||||||
src_install() {
|
src_install() {
|
||||||
emake install DESTDIR="${D}" || die
|
emake install DESTDIR="${D}" || die
|
||||||
|
|
||||||
dodir /usr/bin
|
dodir /bin
|
||||||
mv "${D}"/usr/bin/bash "${D}"/bin/ || die
|
mv "${D}"/usr/bin/bash "${D}"/bin/ || die
|
||||||
dosym bash /usr/bin/rbash
|
dosym bash /bin/rbash
|
||||||
|
|
||||||
insinto /usr/share/bash/defaults/
|
insinto /usr/share/bash/defaults/
|
||||||
doins "${FILESDIR}"/{bashrc,bash_logout}
|
doins "${FILESDIR}"/{bashrc,bash_logout}
|
||||||
|
Loading…
Reference in New Issue
Block a user