summaryrefslogtreecommitdiffstats
path: root/mail/moztraybiff/files/patch-make-install.rdf
blob: 6cf5fd26fd2586df2f373b2835d5ef0bdd21382c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;