File gpgaddon-1.4-permissions.patch of Package gpgaddon
--- Makefile +++ Makefile @@ -20,9 +20,9 @@ install: compile install -d $(DESTDIR)$(LIBDIR)/gnupg - install -o root -g root -m 755 $(TARGETS) $(DESTDIR)$(LIBDIR)/gnupg + install -m 755 $(TARGETS) $(DESTDIR)$(LIBDIR)/gnupg install -d $(prefix)/bin/ - install -o root -g root -m 755 gpg-compat $(prefix)/bin/ + install -m 755 gpg-compat $(prefix)/bin/ clean: rm -f $(TARGETS)