diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-03-23 21:49:07 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2020-03-23 21:52:35 -0400 |
| commit | e87a10235b960bf28a6a76da762b62a0f0399e2c (patch) | |
| tree | e28b632ab818245ecb408adc90f2c511346297b4 /deployment/build.debian.arm64 | |
| parent | c478a43fd56993062622c3252be938b01e80854c (diff) | |
Go back to cp-based control archive but right
Diffstat (limited to 'deployment/build.debian.arm64')
| -rwxr-xr-x | deployment/build.debian.arm64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/build.debian.arm64 b/deployment/build.debian.arm64 index 436602d19..6394dddb0 100755 --- a/deployment/build.debian.arm64 +++ b/deployment/build.debian.arm64 @@ -10,7 +10,7 @@ pushd ${SOURCE_DIR} if [[ ${IS_DOCKER} == YES ]]; then # Remove build-dep for dotnet-sdk-3.1, since it's installed manually - cp debian/control debian/control.orig + cp -a debian/control /tmp/control.orig sed -i '/dotnet-sdk-3.1,/d' debian/control fi @@ -22,7 +22,7 @@ mkdir -p ${ARTIFACT_DIR}/ mv ../jellyfin[-_]* ${ARTIFACT_DIR}/ if [[ ${IS_DOCKER} == YES ]]; then - git checkout debian/control + cp -a /tmp/control.orig debian/control chown -Rc $(stat -c %u:%g ${ARTIFACT_DIR}) ${ARTIFACT_DIR} fi |
