summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreatradish2018-03-18 02:32:52 +0800
committereatradish2018-03-18 02:32:52 +0800
commit42948472781eba1a2cf53508cc6a8aa7459055da (patch)
tree74598965b9072b240268e7ab3deb3834e9dc4cd3 /PKGBUILD
parent7a8c776170f35621ae2d0e88b32138a2a1d28ee9 (diff)
downloadaur-42948472781eba1a2cf53508cc6a8aa7459055da.tar.gz
fix error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12270a9fe0af..50f58ec40832 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,6 @@ pkgver() {
package() {
cd "$srcdir/$_gitname"
- mkdir -p "$pkgdir/etc/bashrc.d"
install -Dm644 bashrc "$pkgdir/etc/bash.bashrc"
install -Dm644 -d bashrc.d "$pkgdir/etc/bashrc.d/"
}