summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormemeplex2015-10-10 08:53:56 -0300
committermemeplex2015-10-10 08:53:56 -0300
commit311650f1b5b4fed350cec8c183a2d69d48bc47a2 (patch)
treea259a9ad50b54ecf5c5386891742db82dd698034
parent8e3fb67de3874c94cff22eae3dae0e43cdd82dee (diff)
downloadaur-311650f1b5b4fed350cec8c183a2d69d48bc47a2.tar.gz
Create pkg/etc.
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c61ce296a2f..7aa05a4d921e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,6 +47,7 @@ package() {
ln -s bash "$pkgdir"/usr/bin/sh
# system-wide configuration files
+ install -dm755 "$pkgdir"/etc/
install -m644 system.bashrc $pkgdir/etc/bash.bashrc
install -m644 system.bash_logout "$pkgdir"/etc/bash.bash_logout