mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/scribus: fix patch line
This commit is contained in:
parent
485ff37549
commit
668bb495d3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ install=install
|
|||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}-${pkgver}"
|
||||
patch -p1 -i ../arm.patch
|
||||
patch -p1 -i "${srcdir}"/arm.patch
|
||||
sed 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' -i scribus.desktop
|
||||
sed \
|
||||
-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
|
||||
|
|
Loading…
Reference in a new issue