Accepting request 532686 from home:dirkmueller:branches:graphics

- remove env shebang from inkscape extensions subpackage

OBS-URL: https://build.opensuse.org/request/show/532686
OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2017-10-09 11:42:04 +00:00 committed by Git OBS Bridge
parent 343de746ac
commit 39c43cbf60
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 9 07:43:48 UTC 2017 - dmueller@suse.com
- remove env shebang from inkscape extensions subpackage
-------------------------------------------------------------------
Sat Sep 23 16:20:45 UTC 2017 - plinnell@opensuse.org

View File

@ -212,6 +212,8 @@ install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/inkscape/palettes
bash %{SOURCE2} %{buildroot}%{_datadir}/inkscape/extensions "%%{_datadir}/inkscape/extensions/"
sed -i -e "1 s,#! */usr/bin/env python,#!/usr/bin/python2," %{buildroot}%{_datadir}/inkscape/extensions/*.py
# Localized man pages
for man in %{buildroot}%{_mandir}/*/man1/*; do
LOCALE=`echo $man | sed "s:.*%{_mandir}/\([^/]*\)/man1/.*:\1:g"`