[go: up one dir, main page]

File: cmst.pri

package info (click to toggle)
cmst 2019.01.13-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 5,588 kB
  • sloc: cpp: 5,947; xml: 142; makefile: 10; sh: 8
file content (17 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# define a build distro
isEmpty( DISTRO ) {
	DISTRO = arch
}
CMST_BUILD_DISTRO = $$DISTRO

# define a path for user libraries (the roothelper program)
CMST_LIB_PATH = $$(USE_LIBPATH)
isEmpty ( CMST_LIB_PATH ) {
	CMST_LIB_PATH = "/usr/lib/cmst"
} 

# define a path for the man page
CMST_DOC_PATH = $$(USE_MANPATH)
isEmpty ( CMST_DOC_PATH ) {
	CMST_DOC_PATH = "/usr/share/man"
}