diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2023-01-30 13:01:23 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2023-01-30 13:01:23 +0000 |
commit | daf57f99f22cd105bf274cb856ae8e198388748e (patch) | |
tree | 4ee059ad9f0931aeca2ae2f16e6dda8ba1dca287 /install | |
parent | 55ec80729147b4c948dc0919569451ac40d2e7ba (diff) | |
download | pam_usercg_rust-daf57f99f22cd105bf274cb856ae8e198388748e.tar.gz pam_usercg_rust-daf57f99f22cd105bf274cb856ae8e198388748e.tar.xz pam_usercg_rust-daf57f99f22cd105bf274cb856ae8e198388748e.zip |
install: allow mode to be specified
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/sh -install -Dm755 target/debug/libpam_usercg.so "${DESTDIR}${PREFIX:-/usr/local}/lib/security/pam_usercg.so" +install -Dm755 "target/${MODE:-debug}/libpam_usercg.so" "${DESTDIR}${PREFIX:-/usr/local}/lib/security/pam_usercg.so" |