Revert changes breaking install from AUR

This commit is contained in:
Jonathan Lestrelin 2019-06-01 05:22:32 +02:00
parent 79a0c36a05
commit 8ee8af3d7e

View File

@ -2,8 +2,8 @@
set -eu -o pipefail
cd "$(dirname "$(realpath "${0}")")"
DATADIR=/usr/share
LIBDIR=/usr/lib
DATADIR=${DATADIR:-/usr/share}
LIBDIR=${LIBDIR:-/usr/lib}
# The actual executable
install -Dm 0755 gnome-pass-search-provider.py "${LIBDIR}"/gnome-pass-search-provider/gnome-pass-search-provider.py