- removed old Gentoo-specific scripts

- merged sbin into bin
- new locale en_AG
This commit is contained in:
Martin Sekera 2018-12-08 23:25:00 +01:00
parent 9a43b35125
commit 38026cdc1a
14 changed files with 34 additions and 156 deletions

View file

@ -2,8 +2,19 @@
ROOT="${1}"
LIBDIR="${ROOT}/usr/lib/over/env"
BINDIR="${ROOT}/usr/bin"
CFGDIR="${ROOT}/etc"
LOCALEDIR="${ROOT}/usr/share/i18n/locales"
mkdir -p "${BINDIR}"
cp bin/* "${BINDIR}"
mkdir -p "${LIBDIR}"
cp lib/* "${LIBDIR}"
mkdir -p "${ROOT}/etc"
cp -r etc/* "${ROOT}/etc"
mkdir -p "${CFGDIR}"
cp -r etc/* "${CFGDIR}"
mkdir -p "${LOCALEDIR}"
cp locale/* "${LOCALEDIR}"