From d013e8e104d7ee5054ed47464793cedd226ee204 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 1 Aug 2021 03:55:13 -0500 Subject: python/python3-django: Install bash-completion file to system dir --- python/python3-django/python3-django.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/python3-django/python3-django.SlackBuild') diff --git a/python/python3-django/python3-django.SlackBuild b/python/python3-django/python3-django.SlackBuild index 7d02b26eea..7e6243fb24 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 \ -- cgit v1.2.3