diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-29 14:48:47 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-29 14:48:47 +0300 |
commit | 0dba5438b8834ead340b6fedb16ff5dedf13393d (patch) | |
tree | e25c1af3aeb2ed81671ac5681c07ae6d71529b8a /extra/gnupg2/build | |
parent | 7ba5adf91fe6abec68fb54c6e625cab23be74b0b (diff) | |
download | repository-0dba5438b8834ead340b6fedb16ff5dedf13393d.tar.gz |
gnupg2: get rid of sbin
Diffstat (limited to 'extra/gnupg2/build')
-rwxr-xr-x | extra/gnupg2/build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/gnupg2/build b/extra/gnupg2/build index 64c03174..0e9165ba 100755 --- a/extra/gnupg2/build +++ b/extra/gnupg2/build @@ -1,7 +1,8 @@ #!/bin/sh -e -./configure --prefix=/usr +./configure \ + --prefix=/usr \ + --sbindir=/usr/bin make - make DESTDIR="$1" install |