--- ./Makefile Mon May 12 19:16:49 2003 +++ ../cdlabelgen-2.6.0/./Makefile Tue Jun 17 13:05:56 2003 @@ -8,11 +8,11 @@ # Change these to locations you need, also # remember to edit cdlabelgen and its @where_is_the_template as needed. -BASE_DIR = /usr/local +BASE_DIR = /usr/freeware # BASE_DIR = /usr/local # BASE_DIR = /opt BIN_DIR = $(BASE_DIR)/bin -LIB_DIR = $(BASE_DIR)/lib/cdlabelgen +LIB_DIR = $(BASE_DIR)/share/cdlabelgen MAN_DIR = $(BASE_DIR)/man SOURCES = cdlabelgen ChangeLog INSTALL README Makefile cdinsert.pl INSTALL.WEB cdlabelgen.pod cdlabelgen.1 cdlabelgen.html cdlabelgen$(VERSION).spec POSTSCRIPT = template.ps *.eps --- ./cdlabelgen.pod Mon May 12 19:16:49 2003 +++ ../cdlabelgen-2.6.0/./cdlabelgen.pod Tue Jun 17 13:05:56 2003 @@ -58,8 +58,8 @@ http://www.red-bean.com/~bwf/software/cdlabelgen/. cdlabelgen comes with several eps images for you to use on your -labels. These images can be found in /usr/local/lib/cdlabelgen or -/usr/share/cdlabelgen or /opt/lib/cdlabelgen/ or +labels. These images can be found in /usr/freeware/share/cdlabelgen or +/usr/local/lib/cdlabelgen or /usr/share/cdlabelgen or /opt/lib/cdlabelgen or /usr/local/share/cdlabelgen, depending on your installation. Included are a Recycling icon, an mp3 icon, the Compact Disc icon (with and without 'Digital' on it), Tux the penguin, and the new Debian 'swirl' --- ./cdlabelgen Mon May 12 19:16:49 2003 +++ ../cdlabelgen-2.6.0/./cdlabelgen Tue Jun 17 13:05:56 2003 @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/freeware/bin/perl -w # # cdlabelgen - a program for making cd jewel box covers and traycards # @@ -80,6 +80,7 @@ if ($^O !~ /^MSWin32/) { # not windows... # Unix section ----------------------------------------------------- @where_is_the_template = ( + '/usr/freeware/share/cdlabelgen/', '/usr/local/lib/cdlabelgen/', '/usr/share/cdlabelgen/', '/opt/lib/cdlabelgen/',