projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
205f3f1
)
mkrelease.sh: include new misc dir
author
Zac Medico
<zmedico@gentoo.org>
Fri, 17 Aug 2012 23:52:45 +0000
(16:52 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 17 Aug 2012 23:57:50 +0000
(16:57 -0700)
mkrelease.sh
patch
|
blob
|
history
diff --git
a/mkrelease.sh
b/mkrelease.sh
index 87bb4bf50069cfa108ee4fb50bf52080a9d2a3e0..8831f31d28fbeef7edfea40b4e65f922275247f6 100755
(executable)
--- a/
mkrelease.sh
+++ b/
mkrelease.sh
@@
-65,7
+65,7
@@
git archive --format=tar $TREE_ISH | \
tar -xf - -C "$SOURCE_DIR" || die "git archive failed"
echo ">>> Building release tree"
-cp -a "${SOURCE_DIR}/"{bin,cnf,doc,man,pym} "${RELEASE_DIR}/" || die "directory copy failed"
+cp -a "${SOURCE_DIR}/"{bin,cnf,doc,man,
misc,
pym} "${RELEASE_DIR}/" || die "directory copy failed"
cp "${SOURCE_DIR}/"{DEVELOPING,LICENSE,Makefile,NEWS,RELEASE-NOTES,TEST-NOTES} \
"${RELEASE_DIR}/" || die "file copy failed"