updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / intel-openamt / remove-depmod.patch
blobd1a7bb792f18089589e0d35d4de00b47a8eb19f7
1 --- openamt/heci/trunk/src/Makefile 2010-05-11 23:18:36.503759545 +0300
2 +++ openamt2/heci/trunk/src/Makefile 2010-05-11 23:35:21.460743437 +0300
3 @@ -233,15 +233,15 @@
4 rm -f /etc/init.d/heci ; \
5 fi
6 install -D -m 644 $(TARGET) $(INSTALL_MOD_PATH)$(INSTDIR)/$(TARGET)
7 -ifeq (,$(INSTALL_MOD_PATH))
8 - /sbin/depmod -a || true
9 -else
10 - ifeq ($(DEPVER),1 )
11 - /sbin/depmod -r $(INSTALL_MOD_PATH) -a || true
12 - else
13 - /sbin/depmod -b $(INSTALL_MOD_PATH) -a -n > /dev/null || true
14 - endif
15 -endif
26 .PHONY: clean install uninstall test