diff options
author | Henrik Riomar <henrik.riomar@gmail.com> | 2019-03-27 21:33:14 +0100 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-01 19:24:05 +0000 |
commit | 6880dfb6e909b5cb5d73e770f5a0f4227515b610 (patch) | |
tree | c82ad2b6ef17faffc8bc97b007df4df079c71c9a /testing/entropybroker/make.patch | |
parent | a9bccb09bad16864922406dbe9286e05f7402574 (diff) | |
download | aports-6880dfb6e909b5cb5d73e770f5a0f4227515b610.tar.bz2 aports-6880dfb6e909b5cb5d73e770f5a0f4227515b610.tar.xz |
testing/entropybroker: new aport
Diffstat (limited to 'testing/entropybroker/make.patch')
-rw-r--r-- | testing/entropybroker/make.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/entropybroker/make.patch b/testing/entropybroker/make.patch new file mode 100644 index 0000000000..7da329ab28 --- /dev/null +++ b/testing/entropybroker/make.patch @@ -0,0 +1,25 @@ +index 7e27ed5..7d1f206 100644 +--- a/Makefile ++++ b/Makefile +@@ -2,15 +2,15 @@ include version + + -include makefile.inc + +-PREFIX=/usr/local/entropybroker +-BIN=$(PREFIX)/bin +-ETC=$(PREFIX)/etc ++PREFIX=$(DESTDIR) ++BIN=$(PREFIX)/usr/bin ++ETC=$(PREFIX)/etc/entropybroker + VAR=$(PREFIX)/var + CACHE=$(VAR)/cache + PID=$(VAR)/run +-MAN=$(PREFIX)/share/man +-WEB=$(PREFIX)/share/eb/web +-DOC=$(PREFIX)/doc ++MAN=$(PREFIX)/usr/share/man ++WEB=$(PREFIX)/usr/share/entropybroker/web ++DOC=$(PREFIX)/usr/share/doc/entropybroker + FONT=/usr/share/fonts/truetype/freefont/FreeMono.ttf + + CXX=g++ |