summarylogtreecommitdiffstats
path: root/no-depmod
diff options
context:
space:
mode:
authorQue Quotion2017-11-15 09:03:32 +0900
committerQue Quotion2017-11-15 09:03:32 +0900
commitbfde9d2069bcbcde2436d19ae6ce22bc200abf0d (patch)
tree3afe4be9a8e9e8e6d84d83cee3070f851392b203 /no-depmod
parent49abfa4d7ecef6b196ed32de2cae240fca8b346b (diff)
downloadaur-bfde9d2069bcbcde2436d19ae6ce22bc200abf0d.tar.gz
This package was building with a different version than specified in PKGBUILD and .SRCINFO, apparently because of epoch=0.
Diffstat (limited to 'no-depmod')
-rw-r--r--no-depmod11
1 files changed, 11 insertions, 0 deletions
diff --git a/no-depmod b/no-depmod
new file mode 100644
index 000000000000..a507aeeff2b4
--- /dev/null
+++ b/no-depmod
@@ -0,0 +1,11 @@
+--- src/trunk/dm2_alsa/Makefile 2016-03-07 00:15:59.527131488 +0900
++++ src/trunk/dm2_alsa/Makefile 2016-03-07 00:25:03.905962760 +0900
+@@ -14,7 +14,7 @@
+ install: default
+ mkdir -p $(IDIR)
+ install dm2.ko $(IDIR)
+- depmod -a
++ #depmod -a
+
+ uninstall:
+ rm $(IDIR)/dm2.ko