aboutsummaryrefslogtreecommitdiff
path: root/deployment/build.debian.armhf
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-03-23 18:39:11 -0400
committerJoshua M. Boniface <joshua@boniface.me>2020-03-23 18:41:23 -0400
commitde66ab4d832664abb5c17005d326e543446aae7d (patch)
tree5eb47f3eb323556b51720b26e14b5f7262867505 /deployment/build.debian.armhf
parent9169861baab62919e661ec663998c5a4436e4547 (diff)
Use git checkout instead of file copies to clean
Diffstat (limited to 'deployment/build.debian.armhf')
-rwxr-xr-xdeployment/build.debian.armhf2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/build.debian.armhf b/deployment/build.debian.armhf
index 3941583544..9ca57b1e46 100755
--- a/deployment/build.debian.armhf
+++ b/deployment/build.debian.armhf
@@ -22,7 +22,7 @@ mkdir -p ${ARTIFACT_DIR}/
mv ../jellyfin[-_]* ${ARTIFACT_DIR}/
if [[ ${IS_DOCKER} == YES ]]; then
- mv debian/control.orig debian/control
+ git checkout debian/control
chown -Rc $(stat -c %u:%g ${ARTIFACT_DIR}) ${ARTIFACT_DIR}
fi