forked from libretro/Lakka-LibreELEC
4f8d2a57e9
* Initial fully buildable/bootable Odin Support * Rework NX-Boot to FAT32 Boot for shared usage between switch and odin * Move shared packages from switch/odin to main packages folder
13 lines
341 B
Diff
13 lines
341 B
Diff
diff -Naur pd-mapper/Makefile pd-mapper-2/Makefile
|
|
--- pd-mapper/Makefile 2022-06-30 10:56:31.097813710 +0200
|
|
+++ pd-mapper-2/Makefile 2022-06-30 10:57:00.138383062 +0200
|
|
@@ -3,7 +3,7 @@
|
|
CFLAGS := -Wall -g -O2
|
|
LDFLAGS := -lqrtr
|
|
|
|
-prefix ?= /usr/local
|
|
+prefix ?= /usr
|
|
bindir := $(prefix)/bin
|
|
servicedir := $(prefix)/lib/systemd/system
|
|
|