aboutsummaryrefslogtreecommitdiff
path: root/core/carbs-docs
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-08-16 22:10:45 +0300
committerCem Keylan <cem@ckyln.com>2020-08-16 22:10:45 +0300
commit34f5f13065aa95d1e916501a924883247d4d8a44 (patch)
tree33d689f3edf5ccfe0ee9462010dad9ef529e86b4 /core/carbs-docs
parent3b26d12041eabf9f434f1f483ccf06740d94958d (diff)
downloadrepository-34f5f13065aa95d1e916501a924883247d4d8a44.tar.gz
carbs-docs: bump to 20200816
Diffstat (limited to 'core/carbs-docs')
-rwxr-xr-xcore/carbs-docs/build5
-rw-r--r--core/carbs-docs/checksums2
-rw-r--r--core/carbs-docs/sources2
-rw-r--r--core/carbs-docs/version2
4 files changed, 6 insertions, 5 deletions
diff --git a/core/carbs-docs/build b/core/carbs-docs/build
index 6281dd4b..e77390f0 100755
--- a/core/carbs-docs/build
+++ b/core/carbs-docs/build
@@ -1,4 +1,5 @@
#!/bin/sh -e
-mkdir -p "$1/usr/share/carbslinux"
-mv ./* "$1/usr/share/carbslinux"
+find . -type f -name '*.txt' | while read -r file; do
+ install -Dm644 "$file" "$1/usr/share/docs/carbslinux/$file"
+done
diff --git a/core/carbs-docs/checksums b/core/carbs-docs/checksums
index 32b970ab..d47f2b14 100644
--- a/core/carbs-docs/checksums
+++ b/core/carbs-docs/checksums
@@ -1 +1 @@
-git git+https://github.com/carbslinux/docs.git
+e8d7a94a660bbcff53e88f3af10bcd2942b1c9fd317c532b33aabbc6bec2afa8 8b98d178edefd2981e06e72ead837a3c290b4b17.tar.gz
diff --git a/core/carbs-docs/sources b/core/carbs-docs/sources
index 3504a71c..29849ffb 100644
--- a/core/carbs-docs/sources
+++ b/core/carbs-docs/sources
@@ -1 +1 @@
-git+https://github.com/carbslinux/docs.git
+https://github.com/CarbsLinux/docs/archive/8b98d178edefd2981e06e72ead837a3c290b4b17.tar.gz
diff --git a/core/carbs-docs/version b/core/carbs-docs/version
index a383ea1a..18d337e5 100644
--- a/core/carbs-docs/version
+++ b/core/carbs-docs/version
@@ -1 +1 @@
-git 1
+20200816 1