blob: 61a4da6ebac61c74d84af0194a4034f50924f174 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2024-08-23 12:01:44 UTC
+++ Makefile
@@ -54,7 +54,7 @@ HAS_REGEX=-DHAS_REGEX
### installdir
### will use $INSTDIR/bin and $INSTDIR/man/man1,
### both dirs have to exist for installation
-INSTDIR=/usr/local
+INSTDIR=${PREFIX}
### ------------------------------------------------------------------------
### --- end of user settings -----------------------------------------------
|