lzo: fix style
This commit is contained in:
@@ -34,7 +34,7 @@ def configure_args(self):
|
||||
args += self.enable_or_disable("libs")
|
||||
return args
|
||||
|
||||
@run_after('install')
|
||||
@run_after("install")
|
||||
def postinstall(self):
|
||||
# ensure e.g. #include <lzo/lzo1x.h> works with Cflags: -I${includedir}/lzo in pkgconf
|
||||
# by creating symlink ${includedir}/lzo/lzo -> ${includedir}/lzo
|
||||
|
Reference in New Issue
Block a user