midipix / build / midipix_build

Forked from build/midipix_build 4 years ago
Clone

d5465d Include README in tarballs.

Authored and Committed by Lucio Andrés Illanes Albornoz (arab, vxp) 8 years ago
    Include README in tarballs.
    
        
file modified
+1 -1
999.tarballs.build CHANGED
@@ -34,7 +34,7 @@ log_msg info "Converted symbolic links in ${PREFIX_BASENAME}/lib to hard links."
34
34
35
35
tar -cpf - $(find_with_no_paths "${TARBALL_EXCLUDE_PATHS} native/lib.bak" . \
36
36
-mindepth 1 -maxdepth 2 -type d -not -path ./native) \
37
- "Create \`Midipix mintty shell' shortcut.vbs" midipix.sh |\
37
+ "Create \`Midipix mintty shell' shortcut.vbs" midipix.sh README |\
38
38
${TARBALL_COMPRESS_CMD} -c > ${TARBALL_FNAME};
39
39
log_msg info "Finished building binary distribution tarball.";
40
40
if [ -x "$(which gpg 2>/dev/null)" -a -n "${TARBALL_SIGN_GPG_KEY}" ] &&\