Files
MINGW-packages/mingw-w64-polipo/fix-install-folders.patch
2017-03-17 10:20:17 +03:00

17 lines
508 B
Diff

--- polipo-polipo-1.1.1/Makefile.orig 2017-03-17 10:12:32.871999300 +0300
+++ polipo-polipo-1.1.1/Makefile 2017-03-17 10:13:06.847942600 +0300
@@ -1,9 +1,9 @@
PREFIX = /usr/local
BINDIR = $(PREFIX)/bin
-MANDIR = $(PREFIX)/man
-INFODIR = $(PREFIX)/info
-LOCAL_ROOT = /usr/share/polipo/www
-DISK_CACHE_ROOT = /var/cache/polipo
+MANDIR = $(PREFIX)/share/man
+INFODIR = $(PREFIX)/share/info
+LOCAL_ROOT = $(PREFIX)/share/polipo/www
+DISK_CACHE_ROOT = $(PREFIX)/var/cache/polipo
# To compile with Unix CC: