mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
openafs-client: un-confuse Emacs syntax highlighting
This commit is contained in:
parent
6ff615b297
commit
a6e39e8086
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ autoconf automake flex yacc ncurses perl which ];
|
||||
|
||||
preConfigure = ''
|
||||
ln -s ${kernel.dev}/lib/modules/*/build $TMP/linux
|
||||
ln -s "${kernel.dev}/lib/modules/"*/build $TMP/linux
|
||||
|
||||
patchShebangs .
|
||||
for i in `grep -l -R '/usr/\(include\|src\)' .`; do
|
||||
|
Loading…
Reference in New Issue
Block a user