forked from pikhq/sabotage
-
Notifications
You must be signed in to change notification settings - Fork 68
robotanarchy edited this page Feb 23, 2015
·
3 revisions
butch install zsh
- Set as default shell in
/etc/passwd
and add this to your/src/config
:
# make must not use /bin/zsh, it will break builds!
export SHELL=/bin/sh
- Otherwise strange errors will appear (ZSH handles arrays different than a normal SH):
/usr/bin/install -c -m 644 ./wayland-scanner.mk protocol/wayland.xml protocol/wayland.dtd '/opt/wayland/share/wayland'
install: can't stat './wayland-scanner.mk protocol/wayland.xml protocol/wayland.dtd': No such file or directory