diff options
| author | Francesco Colista <fcolista@alpinelinux.org> | 2016-12-27 09:25:53 +0000 |
|---|---|---|
| committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-12-27 09:25:53 +0000 |
| commit | 02e2d0d6ed6999c6fc63eedf7e52ec4f7e13c208 (patch) | |
| tree | 65f9fae67866863cfad7dac38f68d22d389ea80d /testing/nomp/make-path.patch | |
| parent | 594d7c34a3fdeb1ca6c9febbeca1b58d703e51d7 (diff) | |
| download | aports-02e2d0d6ed6999c6fc63eedf7e52ec4f7e13c208.tar.bz2 aports-02e2d0d6ed6999c6fc63eedf7e52ec4f7e13c208.tar.xz | |
testing/nomp: new aport
Diffstat (limited to 'testing/nomp/make-path.patch')
| -rw-r--r-- | testing/nomp/make-path.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/nomp/make-path.patch b/testing/nomp/make-path.patch new file mode 100644 index 0000000000..5d69caf4b8 --- /dev/null +++ b/testing/nomp/make-path.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile b/Makefile +index c53a4b7..05aa874 100644 +--- a/Makefile ++++ b/Makefile +@@ -6,7 +6,7 @@ BUILDDIR = .build + SOURCES = $(wildcard src/*.cc) + OBJECTS = $(patsubst $(SOURCEDIR)/%.cc,$(BUILDDIR)/%.o,$(SOURCES)) + DEPS := $(OBJECTS:.o=.d) +-PREFIX = /usr/local ++PREFIX = /usr + TARGET = nomp + + .SILENT: |
