Browse Source

Upgrade profile-sync-daemon

master
mid-kid 6 years ago
parent
commit
79accf5ee4
  1. 8
      satellites/profile-sync-daemon.sat

8
satellites/profile-sync-daemon.sat

@ -1,13 +1,13 @@
name=profile-sync-daemon name=profile-sync-daemon
version=6.31 version=6.33
dlextract "https://github.com/graysky2/$name/archive/v$version/$name-$version.tar.gz" \ dlextract "https://github.com/graysky2/$name/archive/v$version/$name-$version.tar.gz" \
'159cabc39972be8d72e760a0025b5cd9' 'ac6e29dffbb533583d8455ed7272d349'
extrafile "$name-$version-fix-filenames-with-spaces.patch" extrafile "$name-6.31-fix-filenames-with-spaces.patch"
_ _
cd "$name-$version" cd "$name-$version"
patch -p0 -i "../$name-$version-fix-filenames-with-spaces.patch" patch -p0 -i "../$name-6.31-fix-filenames-with-spaces.patch"
make install-bin install-man COMPRESS_MAN=0 \ make install-bin install-man COMPRESS_MAN=0 \
DESTDIR="$dir_install" \ DESTDIR="$dir_install" \

Loading…
Cancel
Save