[remaster/mcs] move mcs stuff to 3rdparty dir

This commit is contained in:
Fabio Erculiani
2010-10-17 12:47:30 +02:00
parent 563a44ff28
commit ffb9a36303
7 changed files with 11 additions and 10 deletions

13
scripts/3rdparty/remaster_mcs_pre.sh vendored Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/sh
# call parent script
/sabayon/scripts/remaster_pre.sh
# copy mcs data over
mkdir -p "${CHROOT_DIR}/.mcs"
cp /sabayon/remaster/mcs/* "${CHROOT_DIR}"/.mcs/ -Rap
# setup non-interactive mode
echo "ETP_NONINTERACTIVE=1" > "${CHROOT_DIR}"/etc/env.d/00mcs-etp-noninteractive
exit 0