mkrelease.sh: include new misc dir
authorZac Medico <zmedico@gentoo.org>
Fri, 17 Aug 2012 23:52:45 +0000 (16:52 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 17 Aug 2012 23:57:50 +0000 (16:57 -0700)
mkrelease.sh

index 87bb4bf50069cfa108ee4fb50bf52080a9d2a3e0..8831f31d28fbeef7edfea40b4e65f922275247f6 100755 (executable)
@@ -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"