Skip to content
Snippets Groups Projects
Commit bf757bd2 authored by Justin Stanley's avatar Justin Stanley Committed by Peter Scheibel
Browse files

lighttpd: install to bin vs sbin (#9337)

parent ad13a998
Branches
Tags
No related merge requests found
......@@ -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"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment