summaryrefslogtreecommitdiff
path: root/shellrc/APKBUILD
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2019-12-10 12:24:34 +0100
committerKarel Kočí <karel.koci@nic.cz>2019-12-10 12:24:34 +0100
commitac157ebc5a8450b7431ec60062a0f294a939b587 (patch)
treec59de596a131f7e19b0090d162dbd2e9b47de9d8 /shellrc/APKBUILD
parentdf160a6e5daae5910e4f044ed35f8cb46a3638c1 (diff)
downloadalpine-personal-pkgs-ac157ebc5a8450b7431ec60062a0f294a939b587.tar.gz
alpine-personal-pkgs-ac157ebc5a8450b7431ec60062a0f294a939b587.tar.bz2
alpine-personal-pkgs-ac157ebc5a8450b7431ec60062a0f294a939b587.zip
shellrc: add prompt for ash
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() {