SHA256
1
0
forked from pool/gimp-help

Accepting request 139971 from GNOME:Apps

tweak (forwarded request 139970 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/139971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp-help?expand=0&rev=21
This commit is contained in:
Stephan Kulow 2012-11-02 16:33:04 +00:00 committed by Git OBS Bridge
parent 47122018c1
commit 04906e3c37
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Oct 31 11:13:55 UTC 2012 - mvyskocil@suse.com
- Since recent changes, fdupes can only link files of same
owner/permissions (bnc#784670). As we still want to make use
of fdupes, we adjust the permissions of the images folder's
content.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 11 08:12:01 UTC 2012 - dimstar@opensuse.org Mon Jun 11 08:12:01 UTC 2012 - dimstar@opensuse.org

View File

@ -214,6 +214,9 @@ cp %{S:2} .
# Parallel build is broken # Parallel build is broken
make -f Makefile.GNU make -f Makefile.GNU
# unify the permissions of images, to make fdupes working again (bnc#784670)
find images/ -type f -exec chmod 0644 {} +
%install %install
#FIXME: we can't use the usual macro since we don't use the standard Makefile #FIXME: we can't use the usual macro since we don't use the standard Makefile
#%make_install #%make_install