summaryrefslogtreecommitdiff
path: root/shellrc/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'shellrc/APKBUILD')
-rw-r--r--shellrc/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/shellrc/APKBUILD b/shellrc/APKBUILD
index a60f9c6..c281eb4 100644
--- a/shellrc/APKBUILD
+++ b/shellrc/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Karel Kočí <cynerd@email.cz>
pkgname=shellrc
pkgver=0.7.5
-pkgrel=1
+pkgrel=2
pkgdesc="Shell initialization files"
url="https://git.cynerd.cz/shellrc/"
arch="noarch"
@@ -13,6 +13,7 @@ options="!check"
package() {
"$builddir/install" --prefix "$pkgdir"
+ cp prompt.sh "$pkgdir/etc/profile.d/prompt.sh"
}
zsh() {