aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnno Boland <g@s01.de>2014-08-13 20:21:03 +0000
committerEnno Boland <g@s01.de>2014-08-13 20:21:03 +0000
commite8d0b810b1b2026f64fe1f7b1429946a0682a616 (patch)
tree333f7e38f806b328b854bef9eace2fcee6a093bd
parentd29b40ee4653a9ebd7b337941e40230a5261b2a4 (diff)
downloadvoid-packages-e8d0b810b1b2026f64fe1f7b1429946a0682a616.tar
void-packages-e8d0b810b1b2026f64fe1f7b1429946a0682a616.tar.gz
void-packages-e8d0b810b1b2026f64fe1f7b1429946a0682a616.tar.bz2
void-packages-e8d0b810b1b2026f64fe1f7b1429946a0682a616.tar.lz
void-packages-e8d0b810b1b2026f64fe1f7b1429946a0682a616.tar.xz
void-packages-e8d0b810b1b2026f64fe1f7b1429946a0682a616.tar.zst
void-packages-e8d0b810b1b2026f64fe1f7b1429946a0682a616.zip
common/hooks: remove file before copy
-rw-r--r--common/hooks/pre-pkg/01-xdelta_repolist.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/hooks/pre-pkg/01-xdelta_repolist.sh b/common/hooks/pre-pkg/01-xdelta_repolist.sh
index 04d55d04c61..389f5260946 100644
--- a/common/hooks/pre-pkg/01-xdelta_repolist.sh
+++ b/common/hooks/pre-pkg/01-xdelta_repolist.sh
@@ -5,6 +5,7 @@ hook() {
# create links to preserve old versions of repodata
find $XBPS_REPOSITORY -name '*-repodata' | while read; do
- ln -f "${REPLY}" "${REPLY}.genVcdiff"
+ rm "${REPLY}.genVcdiff" 2> /dev/null
+ cp "${REPLY}" "${REPLY}.genVcdiff"
done
}
to show post filter usages in PostFilterPreferenceActivity.Docile-Alligator5-19/+50 2023-10-14Start tweaking PostFilterPreferenceActivity.Docile-Alligator3-22/+42 2023-10-09Version 6.3.2.Docile-Alligator1-2/+2 2023-10-09Update theme preview.Docile-Alligator4-439/+353 2023-10-06Version 6.3.1 (only for Patreon version).Docile-Alligator1-2/+2 2023-10-05Version 6.3.0Docile-Alligator1-2/+2 2023-10-04Set off screen page limit to ViewPager2.OFFSCREEN_PAGE_LIMIT_DEFAULT in some ...Docile-Alligator5-6/+5 2023-10-04Load more items in a single call.Docile-Alligator3-31/+33 2023-10-04Initialize LiveData data by using the constructor, not the postValue method.Docile-Alligator9-37/+21 2023-10-04Set filled card view background color in MaterialYouUtils.Docile-Alligator1-0/+3 2023-10-04Sync subscriptions once every 24 hours.Docile-Alligator2-1/+9 2023-10-01Version 6.3.0-beta2.Docile-Alligator1-2/+2 2023-10-01Fix changing playback speed not working in ViewImgurVideoFragment and ViewRed...Docile-Alligator3-22/+41 2023-10-01Fix video controller ui issues in ViewImgurVideoFragment, ViewRedditGalleryVi...Docile-Alligator3-16/+14 2023-10-01Fix video controller ui issues in ViewImgurVideoFragment, ViewRedditGalleryVi...Docile-Alligator3-22/+30 2023-09-25Version 6.3.0-beta1.Docile-Alligator1-2/+2 2023-09-25Version 6.3.0-beta1. Rename RedditAPIInfoBottomSheetFragment to ImportantInfo...Docile-Alligator3-9/+9 2023-09-23Changed video control UI.Docile-Alligator1-3/+3 2023-09-23Changed video control UI.Docile-Alligator5-48/+69 2023-09-22Start changing video control UI.Docile-Alligator16-108/+193