]> git.pld-linux.org Git - packages/mcelog.git/commitdiff
- $DESTDIR patch
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 8 May 2006 12:27:01 +0000 (12:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mcelog-DESTDIR.patch -> 1.1

mcelog-DESTDIR.patch [new file with mode: 0644]

diff --git a/mcelog-DESTDIR.patch b/mcelog-DESTDIR.patch
new file mode 100644 (file)
index 0000000..2d64f12
--- /dev/null
@@ -0,0 +1,13 @@
+--- mcelog-0.7/Makefile~       2006-05-03 09:55:54.000000000 +0300
++++ mcelog-0.7/Makefile        2006-05-08 15:16:44.419177557 +0300
+@@ -12,8 +12,8 @@
+ mcelog.o: mcelog.c mcelog.h dmi.h p4.h k8.h
+ install: mcelog.c
+-      cp mcelog ${prefix}/sbin/mcelog
+-      cp mcelog.8 ${prefix}/share/man/man8
++      install mcelog $(DESTDIR)${prefix}/sbin/mcelog
++      cp mcelog.8 $(DESTDIR)${prefix}/share/man/man8
+       echo
+       echo "call mcelog regularly from your crontab"
This page took 0.033031 seconds and 4 git commands to generate.