From b8fa31efebf5c1018c6bcfe3503501827f9585d9 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sat, 30 Oct 2010 15:18:47 +0200 Subject: [PATCH] Keep timestamps when installing files And do not strip the binaries, both changes to make spice-vdagent more packager friendly. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 416c840..31cd768 100644 --- a/Makefile +++ b/Makefile @@ -16,9 +16,9 @@ build: $(TARGETS) install: build install -d $(DESTDIR)$(sbindir) - install -s $(TARGETS) $(DESTDIR)$(sbindir) + install -p -m 755 $(TARGETS) $(DESTDIR)$(sbindir) install -d $(DESTDIR)$(udevdir) - install -m 644 *.rules $(DESTDIR)$(udevdir) + install -p -m 644 *.rules $(DESTDIR)$(udevdir) install -d $(DESTDIR)$(xdgautostartdir) install -d $(DESTDIR)$(gdmautostartdir) desktop-file-install --dir=$(DESTDIR)$(xdgautostartdir) \ -- 2.11.4.GIT