diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 15:18:39 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 15:18:39 +0200 |
commit | 58b15e22bd75f2e7d62990aafbd128178ee895ca (patch) | |
tree | 8f017facf86c566daf60afced8bb8690d2952cb7 /system/isomaster/Makefile.patch | |
parent | ea6339beab13f645309320e0ed62b2ae348d4e26 (diff) | |
download | slackbuilds-58b15e22bd75f2e7d62990aafbd128178ee895ca.tar.gz |
system/isomaster: Initial import
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 |