diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-29 14:44:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-29 14:44:57 +0300 |
commit | 7ba5adf91fe6abec68fb54c6e625cab23be74b0b (patch) | |
tree | a5ffd6fee841363ac944294ba9a072553841b370 /extra/icu | |
parent | 46af99082c8a0a0e6d4986bc04d4772d652d4afa (diff) | |
download | repository-7ba5adf91fe6abec68fb54c6e625cab23be74b0b.tar.gz |
icu: get rid of sbin
Diffstat (limited to 'extra/icu')
-rwxr-xr-x | extra/icu/build | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/extra/icu/build b/extra/icu/build index b1be7e65..d0214646 100755 --- a/extra/icu/build +++ b/extra/icu/build @@ -2,6 +2,9 @@ cd source -./configure --prefix=/usr +./configure \ + --prefix=/usr \ + --sbindir=/usr/bin + make make DESTDIR="$1" install |