diff options
Diffstat (limited to 'mail/moztraybiff/files')
-rw-r--r-- | mail/moztraybiff/files/patch-Makefile | 8 | ||||
-rw-r--r-- | mail/moztraybiff/files/patch-make-install.rdf | 14 | ||||
-rw-r--r-- | mail/moztraybiff/files/pkg-message.in | 4 |
3 files changed, 20 insertions, 6 deletions
diff --git a/mail/moztraybiff/files/patch-Makefile b/mail/moztraybiff/files/patch-Makefile index 404cae85b158..3bd5dae3c191 100644 --- a/mail/moztraybiff/files/patch-Makefile +++ b/mail/moztraybiff/files/patch-Makefile @@ -1,15 +1,15 @@ ---- Makefile.orig Tue May 17 17:48:26 2005 -+++ Makefile Tue May 17 17:49:09 2005 +--- Makefile.orig Mon Dec 12 13:57:47 2005 ++++ Makefile Mon Dec 12 13:58:39 2005 @@ -1,7 +1,7 @@ SUBDIRS = components chrome .PHONY: all clean subdirs ${SUBDIRS} content locale - VERSION = 1.1 + VERSION = 1.2 -PLATFORM := $(shell gcc -dumpmachine) +PLATFORM := $(shell uname) XPI_NAME = mozTrayBiff XPI_VERSION := $(VERSION)-$(PLATFORM) XPI_FILENAME = $(XPI_NAME)-$(XPI_VERSION).xpi -@@ -15,7 +15,7 @@ XPI_VERSION := $(XPI_VERSION)-moz$(shell +@@ -15,7 +15,7 @@ XPI_EXTRA_FILES = install.js endif ifeq ($(MOZILLA_PLATFORM),tbird) diff --git a/mail/moztraybiff/files/patch-make-install.rdf b/mail/moztraybiff/files/patch-make-install.rdf new file mode 100644 index 000000000000..6cf5fd26fd25 --- /dev/null +++ b/mail/moztraybiff/files/patch-make-install.rdf @@ -0,0 +1,14 @@ +--- make-install.rdf.orig Mon Dec 12 14:23:05 2005 ++++ make-install.rdf Mon Dec 12 14:23:39 2005 +@@ -1,9 +1,9 @@ + #!/usr/bin/perl + +-my $machine = `gcc -dumpmachine`; ++my $machine = `uname`; + chomp $machine; + +-$machine =~ /^(.*?)\-/ ++$machine =~ /^(.*?)$/ + or die "Unable to parse machine name"; + my $arch = $1; + diff --git a/mail/moztraybiff/files/pkg-message.in b/mail/moztraybiff/files/pkg-message.in index 04150cf34f58..cc9d44ea4077 100644 --- a/mail/moztraybiff/files/pkg-message.in +++ b/mail/moztraybiff/files/pkg-message.in @@ -1,9 +1,9 @@ -The extension has been installed in %%DATADIR%% +The extension has been installed in %%DATADIR%%/ To use this extension: * Open up Thunderbird * Choose Tools|Extensions from the menu * Click the "Install" button - * Navigate to %%DATADIR%% + * Navigate to %%DATADIR%%/ * Select the file that appears in that directory * Restart Thunderbird |