Fix eix-checkout script

atratsevskiy
parent 163e2107d9
commit 5e11e233d2

@ -2,7 +2,7 @@
#!/bin/bash #!/bin/bash
# Unpack portage and overlay from git # Unpack portage and overlay from git
if ! [[ -e /usr/portage/licenses ]] if git status --short | grep -m1 "^ D " &>/dev/null
then then
# unpack portage # unpack portage
cd /usr/portage cd /usr/portage

Loading…
Cancel
Save