"Fossies" - the Fresh Open Source Software Archive

Member "ipfire-2.x-2.27-core174/src/patches/dmidecode/0005-nothing-should-go-into-usr-local.patch" (7 Apr 2023, 281 Bytes) of package /linux/misc/ipfire-2.x-2.27-core174.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Diff source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    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 -- 
   15 2.1.4
   16