Home | History | Annotate | Download | only in packages

Lines Matching refs:LIB

10 ## Set LIB to lib if exporting a library, empty-string else
11 LIB=
12 #LIB=lib
50 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive}.orig.tar.gz"
51 tar zfx "${LIB}${archive}.orig.tar.gz"
52 [ -n "${LIB}" ] && mv "${archive}" "${LIB}${archive}"
53 cd "${LIB}${archive}"