]> git.wh0rd.org - fontconfig.git/commit
fontconfig build fails if "head" is missing or unusable (bug 14304)
authorRyan Schmidt <freedesktop-2008@ryandesign.com>
Sun, 4 May 2008 02:49:07 +0000 (19:49 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 4 May 2008 02:49:07 +0000 (19:49 -0700)
commit9ffa2fa7efa7815b8808e744c3601631fe1810d7
tree11cf95eb659d8c5d444e45182596feeb909a68ae
parent6d65081e35fc1ffae1212f173853b0693645192e
fontconfig build fails if "head" is missing or unusable (bug 14304)

If the /usr/bin/head program is missing or unusable, or if an unusable head
program is listed first in the PATH, fontconfig fails to build

using "sed -n 1p" instead of "head -1" would be a suitable workaround.
src/makealias