Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add a hint on how to support tar.xz in git-format-archive
Bryan Drewery committed 13 years ago
commit 1c0062426d01335fc758beb6765727e01f15ba64
parent 09c80e3
1 file changed +1 -1
modified Makefile
@@ -66,7 +66,7 @@ set-tag:


# Note: you will need to update ~/.gitconfig so git understands tar.xz
-
# as a format
+
# as a format: git config --global tar.tar.xz.command "xz -c"
make-tarball:
	git archive --format=${TARBALL_EXT} --prefix=${TARBALL_BASENAME}/ \
	    -o ${TARBALL_FILE} ${PKGVERSION}