From adb45ae3412217bc41de3900d1ace83a24a5ac9d Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Wed, 13 Jun 2018 18:55:02 +0200 Subject: [PATCH] typo --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index fee4a6d..33c837a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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')