diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-08-30 09:25:07 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-08-30 09:25:07 +0100 |
commit | 3f17e27be05f9a41fe044fbf5ef3c16e6d625be8 (patch) | |
tree | 116d3907d4660962d33a5bc4287d96e3c11122b6 | |
parent | 5f514c1d1087d0fbfe5888052a6a8c5ad7f6a739 (diff) |
forgot a then, StefanCristian are u sure you're using latest code? how the hell this worked for you?
-rwxr-xr-x | vasile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ envkogaionstart () { mkdir distfiles mount -o bind distfiles "$overlaydir"/usr/portage/distfiles break - elif [[ -d distfiles ]] + elif [[ -d distfiles ]] ; then mount -o bind distfiles "$overlaydir"/usr/portage/distfiles break fi |