mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
hd-idle: fix install
This commit is contained in:
parent
28d27278be
commit
494729cfc7
15
packages/sysutils/hd-idle/patches/hd-idle-makefile.patch
Normal file
15
packages/sysutils/hd-idle/patches/hd-idle-makefile.patch
Normal file
@ -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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user