Add path for 'libexec'.

This commit is contained in:
Adam Vandenberg 2009-08-21 16:24:14 -07:00 committed by Max Howell
parent 5144ac9e6a
commit 4c2d4c8560

View File

@ -68,6 +68,7 @@ class Formula
def sbin; prefix+'sbin' end
def doc; prefix+'share'+'doc'+name end
def lib; prefix+'lib' end
def libexec; prefix+'libexec' end
def man; prefix+'share'+'man' end
def man1; man+'man1' end
def info; prefix+'share'+'info' end