8d9a43
vars/invariants_tarballs.vars:pkgp_dist_tarball_dist(): exclude ./rpm from tarball.
@@ -7,6 +7,7 @@ pkgp_dist_tarball_dist() {
|
|
7
7
|
tar -cpf - $(find . -maxdepth 1 -mindepth 1 -type d \
|
8
8
|
-not -path ./minipix \
|
9
9
|
-not -path ./minipix_dist \
|
10
|
+
-not -path ./rpm \
|
10
11
|
-not -path ./tmp | sort) \
|
11
12
|
midipix_shortcut.vbs midipix.sh README SHA256SUMS |\
|
12
13
|
"${TARBALL_COMPRESS_CMD}" ${TARBALL_COMPRESS_ARGS} -c > "${TARBALL_FNAME}";
|