summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreatradish2018-03-18 01:54:12 +0800
committereatradish2018-03-18 01:54:12 +0800
commit013d9238f828f0233d4f9271bbe154b1d091fdda (patch)
tree5fef308abf7514435ed28dfd5fbcd06f70dabe29 /PKGBUILD
parent35d0c5964a883442215ba6ffee94978abba787d9 (diff)
downloadaur-013d9238f828f0233d4f9271bbe154b1d091fdda.tar.gz
fix error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bdf0450c2a5..30b22e18f50c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,6 +17,6 @@ pkgver() {
package() {
cd "$srcdir/$_gitname"
- install -Dm644 bash.bashrc "$pkgdir/etc/bash.bashrc"
+ install -Dm644 bashrc "$pkgdir/etc/bash.bashrc"
install -Dm644 bashrc.d "$pkgdir/etc/bashrc.d"
}