lighttpd: install to bin vs sbin (#9337)

This commit is contained in:
Justin Stanley 2018-09-28 20:38:51 -05:00 committed by Peter Scheibel
parent ad13a9989f
commit bf757bd231

View File

@ -34,3 +34,6 @@ class Lighttpd(CMakePackage):
version('1.4.50', sha256='c9a9f175aca6db22ebebbc47de52c54a99bbd1dce8d61bb75103609a3d798235')
version('1.4.49', sha256='8b744baf9f29c386fff1a6d2e435491e726cb8d29cfdb1fe20ab782ee2fc2ac7')
def cmake_args(self):
return ["-DSBINDIR=bin"]