repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gst-plugins-base1: Update to 1.22.1
[oi-userland.git]
/
components
/
developer
/
guilt
/
patches
/
03-Makefile.patch
blob
706b9b3dc54c7327084715fdd818c2e7578019fb
1
# Description: Use /usr instead of /usr/local
2
3
--- a/Makefile
4
+++ b/Makefile
5
@@ -1,4 +1,4 @@
6
-PREFIX?=/usr/local
7
+PREFIX?=/usr
8
DESTDIR?=
9
INSTALL?=install
10