Merge pull request #11 from github/post-install-fix

post install fix
This commit is contained in:
Brendan Forster 2015-10-28 07:21:31 -07:00
Родитель 7adfd8d7c5 12d93e0c05
Коммит 8a9b769205
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -46,6 +46,9 @@ die "Could not make etc/ directory"
mkdir -p "$SCRIPT_PATH/root/tmp" ||
die "Could not make tmp/ directory"
cp $SCRIPT_PATH/../post-install.bat $SCRIPT_PATH/root/ ||
die "Could not copy post-install script"
# Make a list of files to include
LIST="$(ARCH=$ARCH BITNESS=$BITNESS \
PACKAGE_VERSIONS_FILE="$SCRIPT_PATH"/root/etc/package-versions.txt \