Commit Graph

6 Commits (05ba2ac9779a14bcb0c97e59f1a40856b44b4436)

Author SHA1 Message Date
Pierre Neidhardt 19c09febec Scripts: replaced 'sed -i' with 'ex -sc'
Ex is the right way to edit files (sed is a stream editor). Besides 'sed -i' is
not POSIX.  However ex cannot edit multiple files in one call, thus leading to a
great performance loss when called over a bunch of files. In that case, 'sed -i'
may be a better idea.
2014-01-06 17:32:13 +01:00
Pierre Neidhardt 28b53fe762 switchdriver: libcl fix 2013-12-24 09:24:27 +01:00
Pierre Neidhardt f2300b1ce3 switchdriver: update for new catalyst 2013-12-22 19:03:45 +01:00
Pierre Neidhardt 68147de25e Scripts: syntax fixes and comments 2013-06-25 22:56:10 +02:00
Pierre Neidhardt 22b6291669 Emacs: custom ldflags option for C compilation.
Emacs: GLSL mode.
Switchdriver: update to match mesa packages.
2013-03-08 08:05:28 +01:00
Pierre Neidhardt 9db5273018 Shell: big move from functions to separate scripts. Pacman functions only for
the moment.
2013-03-02 23:00:38 +01:00