aboutsummaryrefslogtreecommitdiff
path: root/core/carbs-docs/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-09 17:58:51 +0300
committerCem Keylan <cem@ckyln.com>2020-09-09 17:58:51 +0300
commit8437ceb0ba60722d550b3e3e9f104a798ff9d7ea (patch)
tree879f14b093f71c799ecbcbcdec425a0a01197213 /core/carbs-docs/build
parentfa395dfa71e4ab7b28014df311d093a8d82bef02 (diff)
downloadrepository-8437ceb0ba60722d550b3e3e9f104a798ff9d7ea.tar.gz
carbs-docs: bump to 2020-09-09
Diffstat (limited to 'core/carbs-docs/build')
-rwxr-xr-xcore/carbs-docs/build4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/carbs-docs/build b/core/carbs-docs/build
index e77390f0..08374058 100755
--- a/core/carbs-docs/build
+++ b/core/carbs-docs/build
@@ -1,5 +1,3 @@
#!/bin/sh -e
-find . -type f -name '*.txt' | while read -r file; do
- install -Dm644 "$file" "$1/usr/share/docs/carbslinux/$file"
-done
+make PREFIX=/usr DESTDIR="$1" install