Ignore cache
This commit is contained in:
parent
aa1d36d70f
commit
70557b332d
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ build: install
|
||||||
$(NODE_BIN)/node-sass $(STATIC_SRC)/scss/style.scss $(STATIC_BUILD)/css/style.css --source-map-embed
|
$(NODE_BIN)/node-sass $(STATIC_SRC)/scss/style.scss $(STATIC_BUILD)/css/style.css --source-map-embed
|
||||||
cp -r $(BASEDIR)/node_modules/font-awesome/fonts $(STATIC_BUILD)/fonts
|
cp -r $(BASEDIR)/node_modules/font-awesome/fonts $(STATIC_BUILD)/fonts
|
||||||
cp -r $(STATIC_SRC)/img $(STATIC_BUILD)/img
|
cp -r $(STATIC_SRC)/img $(STATIC_BUILD)/img
|
||||||
@hugo -vDEF
|
@hugo -vDEF --ignoreCache
|
||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
@ -6,7 +6,7 @@ subtitle: Fixing "`libGL error failed to load driver i965`"
|
||||||
Running steam on linux is great, besides for the game support obviously. But running it on an iGPU has recently been causing me problems, mainly under Arch.
|
Running steam on linux is great, besides for the game support obviously. But running it on an iGPU has recently been causing me problems, mainly under Arch.
|
||||||
|
|
||||||
## Stacktrace:
|
## Stacktrace:
|
||||||
```
|
```bash
|
||||||
jake@***:~$ steam
|
jake@***:~$ steam
|
||||||
~/.local/share/Steam/steam.sh: line 154: VERSION_ID: unbound variable
|
~/.local/share/Steam/steam.sh: line 154: VERSION_ID: unbound variable
|
||||||
~/.local/share/Steam/steam.sh: line 154: VERSION_ID: unbound variable
|
~/.local/share/Steam/steam.sh: line 154: VERSION_ID: unbound variable
|
||||||
|
@ -33,7 +33,7 @@ LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so
|
||||||
|
|
||||||
I have no idea why it works, but it works perfectly for me! Steam client runs with no problems.
|
I have no idea why it works, but it works perfectly for me! Steam client runs with no problems.
|
||||||
|
|
||||||
```
|
```bash
|
||||||
jake@***:~$ LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so' /usr/bin/steam %U
|
jake@***:~$ LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so' /usr/bin/steam %U
|
||||||
~/.local/share/Steam/steam.sh: line 154: VERSION_ID: unbound variable
|
~/.local/share/Steam/steam.sh: line 154: VERSION_ID: unbound variable
|
||||||
~/.local/share/Steam/steam.sh: line 154: VERSION_ID: unbound variable
|
~/.local/share/Steam/steam.sh: line 154: VERSION_ID: unbound variable
|
||||||
|
|
Loading…
Reference in a new issue