Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add a hint on how to support tar.xz in git-format-archive
Bryan Drewery committed 13 years ago
commit 1c0062426d01335fc758beb6765727e01f15ba64
parent 09c80e39ad799d28532dac906b8900c735c7981f
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}