mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bash: move devel stuff to a -devel subpkg.
This commit is contained in:
parent
efe42f6df6
commit
3cf08a1680
2 changed files with 10 additions and 0 deletions
1
srcpkgs/bash-devel
Symbolic link
1
srcpkgs/bash-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
bash
|
|
@ -47,3 +47,12 @@ post_install() {
|
||||||
vinstall ${FILESDIR}/bashrc 644 etc/bash
|
vinstall ${FILESDIR}/bashrc 644 etc/bash
|
||||||
vinstall ${FILESDIR}/bash.sh 644 etc/profile.d
|
vinstall ${FILESDIR}/bash.sh 644 etc/profile.d
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bash-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/bash
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue