mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
18 lines
512 B
Diff
18 lines
512 B
Diff
--- Makefile 2007-03-18 12:41:13.000000000 -0500
|
|
+++ Makefile.new 2007-03-25 23:06:35.000000000 -0500
|
|
@@ -1,5 +1,5 @@
|
|
# Other paths are relative to this.
|
|
-PREFIX ?= /usr/local
|
|
+PREFIX ?= /usr
|
|
|
|
# Where to install the executable.
|
|
BINPATH ?= $(PREFIX)/bin
|
|
@@ -14,7 +14,7 @@
|
|
export LOCALEDIR ?= $(PREFIX)/share/locale
|
|
|
|
# Where to install the man page.
|
|
-MYMANPATH ?= $(PREFIX)/share/man/man1
|
|
+MYMANPATH ?= $(PREFIX)/man/man1
|
|
|
|
# Where to install the .desktop file
|
|
DESKTOPPATH ?= $(PREFIX)/share/applications
|