diff options
author | midipix <writeonce@midipix.org> | 2019-12-09 22:25:53 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-12-09 22:25:53 +0000 |
commit | 2ba04121315358344296699dcf29de633ed783c6 (patch) | |
tree | a4d6409ba8c45998a9ffc9c5e6a475ed9644eec6 /once | |
parent | 2b6df183d7c0bc97b0825f52dfe8a2ec52577009 (diff) | |
download | mpackage-2ba04121315358344296699dcf29de633ed783c6.tar.bz2 mpackage-2ba04121315358344296699dcf29de633ed783c6.tar.xz |
once/install.sh: the variable admins_group_emulates_root is no longer needed.
Diffstat (limited to 'once')
-rwxr-xr-x | once/install.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/once/install.sh b/once/install.sh index 12c2dd4..3706c57 100755 --- a/once/install.sh +++ b/once/install.sh @@ -10,10 +10,6 @@ else mkdir -p "$SYSROOT" || exit 2 fi -if [ "$admins_group_emulates_root" = 'yes' ]; then - ntux --cmd=chmod --strmode=m+p "$SYSROOT" || exit 2 -fi - for tarball in /tarballs/*.tar.gz; do echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ echo extracting files from $tarball |