diff options
Diffstat (limited to 'sysui')
-rw-r--r-- | sysui/desktop/redhat/redhat-menus.spec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysui/desktop/redhat/redhat-menus.spec b/sysui/desktop/redhat/redhat-menus.spec index 25045165f7ec..64a4a89dd450 100644 --- a/sysui/desktop/redhat/redhat-menus.spec +++ b/sysui/desktop/redhat/redhat-menus.spec @@ -20,6 +20,13 @@ OpenOffice.org desktop integration ## not strictly freedesktop-stuff but there is no common naming scheme yet. ## One proposal is "mime-application:vnd.oasis.opendocument.spreadsheet.png" ## for e.g. application/vnd.oasis.opendocument.spreadsheet + +# hack/workaround to make SuSE's brp-symlink-script happy. It wants the targets of all links +# to be present on the build-system/the buildroot. But the point is that we generate stale +# links intentionally (until we find a better solution) #46226 +export NO_BRP_STALE_LINK_ERROR=yes + + cd $RPM_BUILD_ROOT/usr/share/icons/hicolor originalname=%unixfilename iconname=`echo $originalname | sed -e 's/\.//g'` |