diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-03-24 11:17:01 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2020-03-24 11:17:01 -0400 |
| commit | cd616746b9ec4c1e07b84e207104bad01c614dae (patch) | |
| tree | a91ecfc722504aa7e507f2c8fc8a735567ec7109 /deployment/build.ubuntu.armhf | |
| parent | b9fdd96ece39a6ff0f4ff37ecba36d7a0f65fcba (diff) | |
Use more specific mv source glob
Diffstat (limited to 'deployment/build.ubuntu.armhf')
| -rwxr-xr-x | deployment/build.ubuntu.armhf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/build.ubuntu.armhf b/deployment/build.ubuntu.armhf index e2129357dd..0b4dd308a2 100755 --- a/deployment/build.ubuntu.armhf +++ b/deployment/build.ubuntu.armhf @@ -19,7 +19,7 @@ export CONFIG_SITE=/etc/dpkg-cross/cross-config.${ARCH} dpkg-buildpackage -us -uc -a armhf --pre-clean --post-clean mkdir -p ${ARTIFACT_DIR}/ -mv ../jellyfin[-_]* ${ARTIFACT_DIR}/ +mv ../jellyfin*.{deb,dsc,tar.gz,buildinfo,changes} ${ARTIFACT_DIR}/ if [[ ${IS_DOCKER} == YES ]]; then cp -a /tmp/control.orig debian/control |
