summaryrefslogtreecommitdiff
path: root/sysui/desktop
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2012-09-16 03:18:27 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-09-17 08:12:59 +0000
commit9b0b15ee092d70fcaf0bfe4c2da35371d9c6b142 (patch)
treebdd2746890ef542b942e19da1a666d9ea361459e /sysui/desktop
parent01abb62444a60757364a54317d024b0280894058 (diff)
checksize.pl chokes on empty files created by __debug_install_post…
…that is /usr/lib/rpm/mageia/find-debuginfo.sh on Mageia for example. As the desktop-integration packages don't have any binaries whose debuginfo could be extracted and put into a -debug package, there is no impact on the packages themselves. Change-Id: I99756f6a1a3de707a94f7559b9f1b5169d2e7ee1 Reviewed-on: https://gerrit.libreoffice.org/630 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
Diffstat (limited to 'sysui/desktop')
-rw-r--r--sysui/desktop/tg_rpm.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysui/desktop/tg_rpm.mk b/sysui/desktop/tg_rpm.mk
index 0ff9af4dca3d..2e8c07dc93b8 100644
--- a/sysui/desktop/tg_rpm.mk
+++ b/sysui/desktop/tg_rpm.mk
@@ -42,5 +42,6 @@ $(RPMFLAGFILES) : $(SPECFILE)
--define "iconprefix $(ICONPREFIX.$(@:b:s/-/ /:1))" \
--define "version $(PKGVERSION.$(@:b:s/-/ /:1))" \
--define "release $(PKGREV)" \
+ --define "__debug_install_post %nil" \
--define "_unpackaged_files_terminate_build 0" && $(TOUCH) $@
.ENDIF