blob: a9840084153ef46cb7d13eea1a3cde51345253aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./Makefile.orig 2014-04-22 06:38:35.320410230 +0000
+++ ./Makefile 2014-04-22 06:39:15.260889885 +0000
@@ -33,7 +33,7 @@
install -m 644 $$foo $(DESTDIR)$(datadir)/$(NAME) ;\
done
mkdir -p -m 755 $(DESTDIR)$(libdir)/modprobe.d
- install -m 644 -T blacklist.conf $(DESTDIR)$(libdir)/modprobe.d/dist-blacklist.conf
+ install -m 644 blacklist.conf $(DESTDIR)$(libdir)/modprobe.d/dist-blacklist.conf
commit:
git commit -a ||:
|