master
Bernhard Landauer 2018-06-13 18:55:02 +02:00
parent 7305f9d752
commit adb45ae341
1 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ check() {
package_bash() {
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'
'ncurses'
'readline>=7.0')
@ -125,7 +125,7 @@ package_bash() {
install -m644 dot.bash_logout "$pkgdir"/etc/skel/.bash_logout
}
package_bashrc-manjaro(){
package_bashrc-manjaro() {
pkgdesc="Manjaro's default bashrc"
arch=('any')
backup=('etc/bash.bashrc etc/skel/.bashrc')