You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-crypt/jitterentropy-rngd/files/jitterentropy-rngd-1.1.0-do...

17 lines
581 B

diff --git a/Makefile b/Makefile
index 55b65b1..b04f270 100644
--- a/Makefile
+++ b/Makefile
@@ -36,10 +36,9 @@ $(NAME): $(OBJS)
strip: $(NAME)
$(STRIP) --strip-unneeded $(NAME)
-install: strip
+install:
$(INSTALL) -D -m 0755 $(NAME) $(DESTDIR)$(PREFIX)/sbin/$(NAME)
$(INSTALL) -D -m 0644 $(NAME).1 $(DESTDIR)$(PREFIX)/share/man/man1/$(NAME).1
- gzip -9 $(DESTDIR)$(PREFIX)/share/man/man1/$(NAME).1
sed "s|@PATH@|$(PREFIX)/sbin|" jitterentropy.service.in > jitterentropy.service
$(INSTALL) -D -m 0644 jitterentropy.service $(DESTDIR)$(UNITDIR)/jitterentropy.service