summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjaap aarts2018-02-26 19:04:01 +0100
committerjaap aarts2018-03-18 15:04:16 +0100
commit6589f21f73f281d0e96e81c27c946bdc2e1367f3 (patch)
tree0ce0ce4f3dc88fecc03a504c1422a0f5f1ee61fa
parentcbec203e2050443865ea01cdf1e23fd9052ff84c (diff)
downloadaur-6589f21f73f281d0e96e81c27c946bdc2e1367f3.tar.gz
\feb-26-2017/ updated to synergy 2.0.6
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a891f215b564..9560d4900f70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,13 +21,7 @@ sha512sums_x86_64=('51fc30dd8a6250ab10a348f0122638bbdf995a08b67d7f308364b640ea79
install -D -m644 "${pkgdir}/usr/share/doc/synergy/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
mkdir -p usr/lib 2> /dev/null; cp -r lib/* usr/lib; rm -rf lib
+ sed -i "s/{DISPLAY}/${DISPLAY}/g" "${pkgdir}/usr/lib/systemd/system/synergy.service"
- # Fix directories structure differencies
- cd "${pkgdir}"
-
- install -D -m644 "${pkgdir}/usr/share/doc/synergy/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- mkdir -p usr/lib 2> /dev/null; cp -r lib/* usr/lib; rm -rf lib
-
- cd ..
tput setaf 1; echo "this is the beta package for the AUR, if you want to move to the stable builds go and download the synergy2 package. and make sure to remove this one."; tput sgr0
}