diff options
Diffstat (limited to 'system/isomaster/Makefile.patch')
-rw-r--r-- | system/isomaster/Makefile.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/system/isomaster/Makefile.patch b/system/isomaster/Makefile.patch new file mode 100644 index 0000000000..b14676dc26 --- /dev/null +++ b/system/isomaster/Makefile.patch @@ -0,0 +1,18 @@ +--- 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 |