mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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() {
|
prepare() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}-${pkgver}"
|
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 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' -i scribus.desktop
|
||||||
sed \
|
sed \
|
||||||
-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
|
-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
|
||||||
|
|
Loading…
Reference in a new issue