diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-06 22:29:53 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-06 22:29:53 (GMT) |
commit | 249faff8c004ccdf1af87680b2bd684454f96ff9 (patch) | |
tree | baced9c886e422fbafeecc633ac0f195d196531e /abs/core/bash/bash.install | |
parent | 999d8e68e11f9676c491540601ae0a191e1fab49 (diff) | |
download | linhes_pkgbuild-249faff8c004ccdf1af87680b2bd684454f96ff9.zip linhes_pkgbuild-249faff8c004ccdf1af87680b2bd684454f96ff9.tar.gz linhes_pkgbuild-249faff8c004ccdf1af87680b2bd684454f96ff9.tar.bz2 |
bash 4.2
Diffstat (limited to 'abs/core/bash/bash.install')
-rw-r--r-- | abs/core/bash/bash.install | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/abs/core/bash/bash.install b/abs/core/bash/bash.install index 5c3c435..bc75e9b 100644 --- a/abs/core/bash/bash.install +++ b/abs/core/bash/bash.install @@ -1,4 +1,4 @@ -info_dir=/usr/share/info +info_dir=usr/share/info info_files=(bash.info) post_install() { @@ -18,4 +18,3 @@ pre_remove() { usr/bin/install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null done } -# vim:set ts=2 sw=2 et: |