File: lib.install.in

package info (click to toggle)
dh-lua 24
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 236 kB
  • ctags: 21
  • sloc: sh: 124; ansic: 110; perl: 96; makefile: 59
file content (4 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (12)
1
2
3
4
test -z "@@CLIB_OBJS@@" || echo usr/lib/@@DEB_HOST_MULTIARCH@@/lua/@@LUA_VERSION@@/@@LUA_MODNAME_PATH@@.so
test -z "@@CLIB_OBJS@@" || echo usr/lib/@@DEB_HOST_MULTIARCH@@/@@LIBNAME@@.so.*
test -z "@@LUA_SOURCES@@" || for X in @@LUA_SOURCES@@; do echo usr/share/lua/@@LUA_VERSION@@/`echo $X|@@LUA_SOURCES_MANGLER@@`; done
test -z "@@LUA_SOURCES_ARCHDEP@@" || for X in @@LUA_SOURCES_ARCHDEP@@; do echo usr/lib/@@DEB_HOST_MULTIARCH@@/lua/@@LUA_VERSION@@/`echo $X|@@LUA_SOURCES_MANGLER@@`; done