ports/sysutils/password-store/files/pass.in
Rene Ladan dffde4070d sysutils/password-store: install extensions into libexec instead of lib
This is more in line with hier(7)

PR:		235255
Submitted by:	tobias.rehbein@web.de
2019-01-30 19:47:48 +00:00

4 lines
97 B
Bash

#!/bin/sh
cd %%PREFIX%%/libexec/password-store
exec %%PREFIX%%/libexec/password-store/pass "$@"