From e6b1769549c6a00b01a54a9b30573e85a04d5a17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Fri, 7 Feb 2014 02:09:15 +0100 Subject: [PATCH] rpm: fix qfile-unpacker permissions So rpmbuild will be able to create debuginfo and store stipped version. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4408863..0566bb8 100644 --- a/Makefile +++ b/Makefile @@ -127,7 +127,7 @@ install-vm: install qubes-rpc/{vm-file-editor,qfile-agent,qopen-in-vm} $(DESTDIR)/usr/lib/qubes install qubes-rpc/tar2qfile $(DESTDIR)/usr/lib/qubes # Install qfile-unpacker as SUID - because it will fail to receive files from other vm - install -m 4555 qubes-rpc/qfile-unpacker $(DESTDIR)/usr/lib/qubes + install -m 4755 qubes-rpc/qfile-unpacker $(DESTDIR)/usr/lib/qubes install qubes-rpc/qrun-in-vm $(DESTDIR)/usr/lib/qubes install qubes-rpc/sync-ntp-clock $(DESTDIR)/usr/lib/qubes install qubes-rpc/prepare-suspend $(DESTDIR)/usr/lib/qubes