aboutsummaryrefslogtreecommitdiff
path: root/python/python3-django/python3-django.SlackBuild
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2021-08-01 03:55:13 -0500
committerRobby Workman <rworkman@slackbuilds.org>2021-08-01 04:20:55 -0500
commitd013e8e104d7ee5054ed47464793cedd226ee204 (patch)
tree44690982e86995511fcff80d963c323831341a0e /python/python3-django/python3-django.SlackBuild
parentadc6d5a9b72eb46c414e8a2923b3bef24a113f37 (diff)
python/python3-django: Install bash-completion file to system dir
Diffstat (limited to 'python/python3-django/python3-django.SlackBuild')
-rw-r--r--python/python3-django/python3-django.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-django/python3-django.SlackBuild b/python/python3-django/python3-django.SlackBuild
index 7d02b26eea632..7e6243fb244e5 100644
--- a/python/python3-django/python3-django.SlackBuild
+++ b/python/python3-django/python3-django.SlackBuild
@@ -83,9 +83,9 @@ find -L . \
python3 setup.py install --root=$PKG
# Install bash completion file
-mkdir -p $PKG/etc/bash_completion.d
-install -D -m0744 extras/${SRCNAM}_bash_completion \
- $PKG/etc/bash_completion.d/${SRCNAM}_bash_completion
+mkdir -p $PKG/usr/share/bash-completion/completions
+install -D -m0644 extras/${SRCNAM}_bash_completion \
+ $PKG/usr/share/bash-completion/completions/${SRCNAM}
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS CONTRIBUTING.rst INSTALL LICENSE README.rst \