summaryrefslogtreecommitdiff
path: root/prog/hotplug
diff options
context:
space:
mode:
authorMark D. Studebaker <mdsxyz123@yahoo.com>2004-03-05 04:16:00 +0000
committerMark D. Studebaker <mdsxyz123@yahoo.com>2004-03-05 04:16:00 +0000
commit731ecf3db3eba765d094e3e4affc6f8f1d1c942c (patch)
tree64d735f74b795a5cb5f5618f934231c0042a7664 /prog/hotplug
parenta30f070533f447f1fc99e7a59209d9241c96758f (diff)
downloadlm-sensors-git-731ecf3db3eba765d094e3e4affc6f8f1d1c942c.tar.gz
remove root uid/gid from install in Makefiles
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2335 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'prog/hotplug')
-rw-r--r--prog/hotplug/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/hotplug/Makefile b/prog/hotplug/Makefile
index 75af9911..1aa4b896 100644
--- a/prog/hotplug/Makefile
+++ b/prog/hotplug/Makefile
@@ -18,7 +18,7 @@ all: $(OBJS)
$(CC) $(CFLAGS) -c $< -o $@
install: all
- install -o root -g root -m 644 $(OBJS) /lib/modules/$(VER)/kernel/drivers/i2c/busses
+ install -m 644 $(OBJS) /lib/modules/$(VER)/kernel/drivers/i2c/busses
clean:
rm -f $(OBJS)