Don't copy the src directory because it doesn't exist anymore.
authorZac Medico <zmedico@gentoo.org>
Sun, 22 Aug 2010 23:58:27 +0000 (16:58 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 22 Aug 2010 23:58:27 +0000 (16:58 -0700)
mkrelease.sh

index e00d0150c40799bfd616e87d806b2e8fff1de605..d13a15f995bf60df77b1cb578fa4386f3d478f58 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,src} "${RELEASE_DIR}/" || die "directory copy failed"
+cp -a "${SOURCE_DIR}/"{bin,cnf,doc,man,pym} "${RELEASE_DIR}/" || die "directory copy failed"
 cp "${SOURCE_DIR}/"{DEVELOPING,NEWS,RELEASE-NOTES,TEST-NOTES} \
        "${RELEASE_DIR}/" || die "file copy failed"