Revert changes breaking install from AUR
This commit is contained in:
parent
79a0c36a05
commit
8ee8af3d7e
@ -2,8 +2,8 @@
|
|||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
cd "$(dirname "$(realpath "${0}")")"
|
cd "$(dirname "$(realpath "${0}")")"
|
||||||
|
|
||||||
DATADIR=/usr/share
|
DATADIR=${DATADIR:-/usr/share}
|
||||||
LIBDIR=/usr/lib
|
LIBDIR=${LIBDIR:-/usr/lib}
|
||||||
|
|
||||||
# The actual executable
|
# The actual executable
|
||||||
install -Dm 0755 gnome-pass-search-provider.py "${LIBDIR}"/gnome-pass-search-provider/gnome-pass-search-provider.py
|
install -Dm 0755 gnome-pass-search-provider.py "${LIBDIR}"/gnome-pass-search-provider/gnome-pass-search-provider.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user