typo
parent
7305f9d752
commit
adb45ae341
4
PKGBUILD
4
PKGBUILD
|
@ -108,7 +108,7 @@ check() {
|
||||||
|
|
||||||
package_bash() {
|
package_bash() {
|
||||||
pkgdesc='The GNU Bourne Again shell'
|
pkgdesc='The GNU Bourne Again shell'
|
||||||
backup=(etc/bash.bash_logout} etc/skel/.bash{_profile,_logout})
|
backup=(etc/bash.bash_logout etc/skel/.bash{_profile,_logout})
|
||||||
depends=('glibc'
|
depends=('glibc'
|
||||||
'ncurses'
|
'ncurses'
|
||||||
'readline>=7.0')
|
'readline>=7.0')
|
||||||
|
@ -125,7 +125,7 @@ package_bash() {
|
||||||
install -m644 dot.bash_logout "$pkgdir"/etc/skel/.bash_logout
|
install -m644 dot.bash_logout "$pkgdir"/etc/skel/.bash_logout
|
||||||
}
|
}
|
||||||
|
|
||||||
package_bashrc-manjaro(){
|
package_bashrc-manjaro() {
|
||||||
pkgdesc="Manjaro's default bashrc"
|
pkgdesc="Manjaro's default bashrc"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
backup=('etc/bash.bashrc etc/skel/.bashrc')
|
backup=('etc/bash.bashrc etc/skel/.bashrc')
|
||||||
|
|
Loading…
Reference in New Issue