diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-26 03:53:07 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-26 03:55:49 +0300 |
commit | 83f312912fea72c499bd211e5b4fa3bda3c57ef9 (patch) | |
tree | a6715b710ac4f2b1ca27488d7d5a178af548e089 /core/carbs-docs/build | |
parent | 347dcd3e2d00860a1446728f00892e19fb30f24b (diff) | |
download | repository-83f312912fea72c499bd211e5b4fa3bda3c57ef9.tar.gz |
carbs-docs: bump to 20201226
Diffstat (limited to 'core/carbs-docs/build')
-rwxr-xr-x | core/carbs-docs/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/carbs-docs/build b/core/carbs-docs/build index 08374058..a62579de 100755 --- a/core/carbs-docs/build +++ b/core/carbs-docs/build @@ -1,3 +1,3 @@ #!/bin/sh -e -make PREFIX=/usr DESTDIR="$1" install +DESTDIR=$1 PREFIX=/usr redo install |