Skip to content

Commit

Permalink
avoid permissions issues with mv
Browse files Browse the repository at this point in the history
I have seen this one:
mv: inter-device move failed: '../xpra-audio_5.0-r33320-1_amd64.deb' to '/src/repo/main/binary-amd64/xpra-audio_5.0-r33320-1_amd64.deb'; unable to remove target: Permission denied
  • Loading branch information
totaam committed May 6, 2023
1 parent 0531542 commit 8891c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/debian/xpra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ else
debuild -us -uc -b
fi
ls -la ../xpra*deb
mv ../python*xpra*deb ../xpra*deb ../python*xpra*changes ../xpra*changes "$REPO_ARCH_PATH"
cp ../python*xpra*deb ../xpra*deb ../python*xpra*changes ../xpra*changes "$REPO_ARCH_PATH"
fi
popd

0 comments on commit 8891c2c

Please sign in to comment.