chiark
/
gitweb
/
~ian
/
ian-dotfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d192538
)
FreeBSD X11R6
author
ian
<ian>
Sat, 5 Oct 2002 01:39:28 +0000
(
01:39
+0000)
committer
ian
<ian>
Sat, 5 Oct 2002 01:39:28 +0000
(
01:39
+0000)
config
patch
|
blob
|
history
diff --git
a/config
b/config
index 16e37cc27a06d339622dc74e5b2ca45abd9539f8..eaaeb82947be4e64b42ff73085ec5a3a6c3f4d94 100644
(file)
--- a/
config
+++ b/
config
@@
-26,6
+26,7
@@
if ($uname =~ m/^Linux$/) {
chomp($_= `uname -r`); $? and die "platform $?";
m/^(\d+\.\d+)\-/ or die "$_ ?";
$platform= "FreeBSD-$1";
+ $xbindir= '/usr/X11R6/bin';
} elsif ($uname =~ m/^HP\-UX/) {
chomp($_= `uname -r`); $? and die "platform $?";
m/^B\.(\d+\.\d+)$/ or die "$_ ?";