diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-01-23 21:14:20 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-01-23 21:14:20 +0000 |
commit | a5f84e28e203a83267e04f428f0cf5aa48e46619 (patch) | |
tree | ef5007903c4d604ca07822bc63a185330f8cefbe /src | |
parent | 768634c2a0cf9245ed1b3be5d48ba41062d0ad63 (diff) | |
download | simplepkg-a5f84e28e203a83267e04f428f0cf5aa48e46619.tar.gz simplepkg-a5f84e28e203a83267e04f428f0cf5aa48e46619.tar.bz2 |
small changes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@123 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'src')
-rwxr-xr-x | src/simplaret | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simplaret b/src/simplaret index 42f1bff..4563e23 100755 --- a/src/simplaret +++ b/src/simplaret @@ -690,6 +690,8 @@ function simplaret_install { root="/$ROOT" mkdir -p $root/var/log/setup/tmp + # now we check if ARCH and VERSION from the + # repository are the same of the jail if [ "$2" != "--skip-checks" ]; then jail_arch="`default_arch $root`" jail_version="`default_version $root`" |