diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-03-06 23:18:13 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-03-06 23:18:13 +0000 |
commit | 04ed4f60958ef6773030594fa7eb5288435228b5 (patch) | |
tree | ee3e6737ba624567a53e98ebb44ceeac735ebe97 | |
parent | 86c0f540a5155a42fadc79c45b3e8d35b52da9eb (diff) | |
download | midipix_build-04ed4f60958ef6773030594fa7eb5288435228b5.tar.bz2 midipix_build-04ed4f60958ef6773030594fa7eb5288435228b5.tar.xz |
Followup to last commit.
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ if [ $(( ${BUILD_NFINI} + ${BUILD_NSKIP} )) -ge 0 ] \ log_msg info "Converted symbolic links in ${PREFIX_BASENAME}/lib to hard links."; tar -cJpf ${TARBALL_FNAME_PREFIX}${BUILD_USER}@${BUILD_HNAME}-${BUILD_DATE_START}.tar.xz\ $(find_with_no_paths "${TARBALL_EXCLUDE_PATHS} native/lib.bak" . \ - -mindepth 1 -maxdepth 2 -type d); + -mindepth 1 -maxdepth 2 -type d -not -path ./native); rm -rf ${PREFIX_BASENAME}/lib; mv ${PREFIX_BASENAME}/lib.bak ${PREFIX_BASENAME}/lib; cd ${OLDPWD}; log_msg info "Finished building distribution tarball."; |