Skip to content

Commit

Permalink
Merge pull request #2696 from mariux64/update-rsync
Browse files Browse the repository at this point in the history
Update rsync
  • Loading branch information
donald authored Jun 22, 2022
2 parents 34ec3b2 + 969d73e commit 30dff45
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions rsync.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION rsync-3.2.4-1
# BEE_VERSION rsync-3.2.4-2

# more info: https://rsync.samba.org , https://launchpad.net/debian/+source/rsync/

Expand All @@ -12,6 +12,9 @@ SRCURL[0]="https://beehive.molgen.mpg.de/26f1c64259fbd2ed7a59b28d2787ecf2/rsync-
# SRCURL[1]="https://launchpad.net/debian/+archive/primary/+sourcefiles/rsync/3.2.4-1/rsync_3.2.4-1.debian.tar.xz"
SRCURL[1]="https://beehive.molgen.mpg.de/54f987de1f929d0411bbb815c248f28d/rsync_3.2.4-1.debian.tar.xz"

# PATCHURL+=(/src/mariux/patches/rsync-abort-on-hard-link-failure.patch)
PATCHURL+=("https://beehive.molgen.mpg.de/2d9d0053167d4d6e202357edda0a4a4d/rsync-abort-on-hard-link-failure.patch")

BEE_BUILDTYPE=autotools

# build_in_sourcedir
Expand All @@ -23,7 +26,7 @@ BEE_BUILDTYPE=autotools
#}

mee_patch_pre() {
for p in $( cat $S/debian/patches/$p/series ); do
for p in $( cat $S/debian/patches/series ); do
echo "adding patch $p"
bee_PATCHFILES+=( $S/debian/patches/$p )
done
Expand Down

0 comments on commit 30dff45

Please sign in to comment.