summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreatradish2018-03-18 02:13:41 +0800
committereatradish2018-03-18 02:13:41 +0800
commitfc552b10d9b33fec7b6ed182940a9e51f5ccd9d5 (patch)
treef3a3bd95c5a2758e9dab5effee2a2786f917e78f /PKGBUILD
parentd37efe7cbd143c1ef08bdf8089929f18a66f7056 (diff)
downloadaur-fc552b10d9b33fec7b6ed182940a9e51f5ccd9d5.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 4cdeed6de618..f3b87103f713 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,5 +19,5 @@ package() {
cd "$srcdir/$_gitname"
mkdir -p "$pkgdir/etc/bashrc.d"
install -Dm644 bashrc "$pkgdir/etc/bash.bashrc"
- install -Dm644 bashrc.d/* "$pkgdir/etc/bashrc.d/"
+ cp -r bashrc.d/* "$pkgdir/etc/bashrc.d/"
}