why the hell does this not work in Gentoo?
This commit is contained in:
parent
0ca95658b6
commit
4c99ee0b1b
|
@ -11,8 +11,8 @@ die() {
|
||||||
|
|
||||||
# Some variable(s)
|
# Some variable(s)
|
||||||
|
|
||||||
userdistro == "NULL"
|
userdistro="NULL"
|
||||||
repo == "git://github.com/staticsafe/dotfiles.git"
|
repo="git://github.com/staticsafe/dotfiles.git"
|
||||||
|
|
||||||
portpath == "/opt/local/bin/port" # This is the default install directory for the MacPorts port binary, you may find this useful.
|
portpath == "/opt/local/bin/port" # This is the default install directory for the MacPorts port binary, you may find this useful.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue