~vcs-imports/ipfire/ipfire-2.x

« back to all changes in this revision

Viewing changes to src/patches/dmidecode/0005-nothing-should-go-into-usr-local.patch

  • Committer: Daniel Glanzmann
  • Date: 2008-09-26 17:05:28 UTC
  • mto: (1394.1.12)
  • mto: This revision was merged to the branch mainline in revision 1401.
  • Revision ID: git-v1:19ac4d1b6e234e1391b3d406381e3b74e92c40dd
added new useragent thunderbird

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff --git a/Makefile b/Makefile
2
 
index 1f54a1f..8cb7c44 100644
3
 
--- a/Makefile
4
 
+++ b/Makefile
5
 
@@ -30,7 +30,7 @@ CFLAGS += -O2
6
 
 LDFLAGS =
7
 
 
8
 
 DESTDIR =
9
 
-prefix  = /usr/local
10
 
+prefix  = /usr
11
 
 sbindir = $(prefix)/sbin
12
 
 mandir  = $(prefix)/share/man
13
 
 man8dir = $(mandir)/man8
14
 
2.1.4
15