diff options
author | Michael Gisbers | 2017-03-23 00:09:25 +0100 |
---|---|---|
committer | Michael Gisbers | 2017-03-23 00:09:25 +0100 |
commit | 53f52f708692cf59071543a3c3f1639e8eb6bfee (patch) | |
tree | 4d2757dd34596727cede7305d9c9e31fb12499b9 /PKGBUILD | |
parent | db3ca970f2f924b334acbde37928f0a5ebeaed40 (diff) | |
download | aur-53f52f708692cf59071543a3c3f1639e8eb6bfee.tar.gz |
patch desktop file to use workaround script
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,7 @@ # Maintainer: Michael Gisbers <michael@gisbers.de> pkgname=flashprint pkgver=3.15.0 -pkgrel=2 +pkgrel=3 pkgdesc="Slicer for the FlashForge 3D printers." arch=('i686' 'x86_64') url="http://www.ff3dp.com/" @@ -28,5 +28,7 @@ package() { # ln -s ../share/FlashPrint/FlashPrint ${pkgdir}/usr/bin/flashprint # workaround for render issues install ${srcdir}/flashprint ${pkgdir}/usr/bin/flashprint + # patch desktop file, workaround for render issues + sed -i "/^Exec=/ c Exec=/usr/bin/flashprint" ${pkgdir}/usr/share/applications/FlashPrint.desktop } |