From f14381c2a3df309de0034836ab9050fef382504b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 24 May 2015 00:22:39 -0600 Subject: xbs-abslibre: The comment I wrote 2 commits ago said move, not copy. And that was the correct behavior, not what the code did. --- src/xbs-abslibre/helper-abslibre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xbs-abslibre/helper-abslibre b/src/xbs-abslibre/helper-abslibre index 592fbd2..4d4ebf6 100755 --- a/src/xbs-abslibre/helper-abslibre +++ b/src/xbs-abslibre/helper-abslibre @@ -102,7 +102,7 @@ release-server() { fi mkdir -p -- "$pkgdir" - cp -- * "$pkgdir" + mv -- * "$pkgdir" if [[ -e "${ABSLIBREDEST}/${arch}/.git" ]]; then cd "$pkgdir" -- cgit v1.2.2