Home | History | Annotate | Download | only in packages

Lines Matching refs:archive

47 # Find the tar archive built by "make dist"
48 archive="${PACKAGE}-${VERSION}"
50 if [ -z "${archive}" ]; then
66 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive}.orig.tar.gz"
68 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive_with_underscore}.orig.tar.gz"
69 tar zfx "${LIB}${archive}.orig.tar.gz"
70 [ -n "${LIB}" ] && mv "${archive}" "${LIB}${archive}"
71 cd "${LIB}${archive}"