From 494729cfc71cae1adac55a0d66a0ffd174f17c36 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sat, 12 Oct 2013 14:46:11 +0300 Subject: [PATCH] hd-idle: fix install --- .../hd-idle/patches/hd-idle-makefile.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packages/sysutils/hd-idle/patches/hd-idle-makefile.patch diff --git a/packages/sysutils/hd-idle/patches/hd-idle-makefile.patch b/packages/sysutils/hd-idle/patches/hd-idle-makefile.patch new file mode 100644 index 0000000000..5c23437d5b --- /dev/null +++ b/packages/sysutils/hd-idle/patches/hd-idle-makefile.patch @@ -0,0 +1,15 @@ +diff --git a/Makefile b/Makefile +index 130afd8..480032e 100644 +--- a/Makefile ++++ b/Makefile +@@ -43,8 +43,8 @@ clean: + rm -f $(OBJS) $(TARGET) + + install: $(TARGET) +- install -D -g root -o root $(TARGET) $(TARGET_DIR)/sbin/$(TARGET) +- install -D -g root -o root $(TARGET).1 $(TARGET_DIR)/share/man/man1/$(TARGET).1 ++ install -D $(TARGET) $(TARGET_DIR)/sbin/$(TARGET) ++ install -D $(TARGET).1 $(TARGET_DIR)/share/man/man1/$(TARGET).1 + + hd-idle.o: hd-idle.c +