summarylogtreecommitdiffstats
path: root/make-install-root.sh
diff options
context:
space:
mode:
authorKonstantinos2017-08-11 12:10:08 +0300
committerKonstantinos2017-08-11 12:10:08 +0300
commit12dc44ef72b58c12da5121f33918803cfdb32cea (patch)
tree926cc8f04f01a477e70e5d4b66a1f79263fba7a5 /make-install-root.sh
downloadaur-12dc44ef72b58c12da5121f33918803cfdb32cea.tar.gz
useful commit message
Diffstat (limited to 'make-install-root.sh')
-rwxr-xr-xmake-install-root.sh34
1 files changed, 34 insertions, 0 deletions
diff --git a/make-install-root.sh b/make-install-root.sh
new file mode 100755
index 000000000000..dd856c9dbe43
--- /dev/null
+++ b/make-install-root.sh
@@ -0,0 +1,34 @@
+#!/usr/bin/bash
+
+mkdir -p $2
+mkdir -p $2/mail
+mkdir -p $2/n/cd
+mkdir -p $2/n/client/chan
+mkdir -p $2/n/client/dev
+mkdir -p $2/n/disk
+mkdir -p $2/n/dist
+mkdir -p $2/n/dos
+mkdir -p $2/n/dump
+mkdir -p $2/n/ftp
+mkdir -p $2/n/gridfs
+mkdir -p $2/n/kfs
+mkdir -p $2/n/local
+mkdir -p $2/n/rdbg
+mkdir -p $2/n/registry
+mkdir -p $2/n/remote
+mkdir -p $2/tmp
+mkdir -p $2/usr
+
+cp -r $1/acme $2/
+cp -r $1/appl $2/
+cp -r $1/dis $2/
+cp -r $1/doc $2/
+cp -r $1/fonts $2/
+cp -r $1/icons $2/
+cp -r $1/keydb $2/
+cp -r $1/lib $2/
+cp -r $1/locale $2/
+cp -r $1/man $2/
+cp -r $1/module $2/
+cp -r $1/services $2/
+cp -r $1/usr $2/