Home | History | Annotate | Download | only in packages

Lines Matching refs:tar

5 # an arbitrary .tar.gz file in the rootdir.  That's fine: there's probably
33 # Find the tar archive built by "make dist"
37 echo "Cannot find ../$PACKAGE*.tar.gz. Run \"make dist\" first." 1>&2
49 # directories, and tar archives. It also wants to write all generated
51 # requirements by building directly from the tar file.
52 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive}.orig.tar.gz"
53 # Some version of debuilder want foo.orig.tar.gz with _ between versions.
54 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive_with_underscore}.orig.tar.gz"
55 tar zfx "${LIB}${archive}.orig.tar.gz"