summaryrefslogtreecommitdiff
path: root/packaging/SGI/spec.pl
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-03-16 23:11:48 +0000
committerHerb Lewis <herb@samba.org>1998-03-16 23:11:48 +0000
commitd21a4368d27c77b083ac30ae080649157255b9f7 (patch)
treeb271f2ad36f6d2d3c57ca5c61eacc243bb241f63 /packaging/SGI/spec.pl
parent7f118970da7c43eaddcf92dc056d3e849f1e7d5c (diff)
downloadsamba-d21a4368d27c77b083ac30ae080649157255b9f7.tar.gz
add swat to build package
fix minor bug in findsmb
Diffstat (limited to 'packaging/SGI/spec.pl')
-rwxr-xr-xpackaging/SGI/spec.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/SGI/spec.pl b/packaging/SGI/spec.pl
index ab06da49f88..5557112df16 100755
--- a/packaging/SGI/spec.pl
+++ b/packaging/SGI/spec.pl
@@ -18,6 +18,10 @@ $patch = 0;
if (/alpha/) {
$_ =~ s/alpha/.00./;
}
+elsif (/-HEAD/) {
+ $_ =~ s/-HEAD/.01/;
+ $_ .= '.99';
+}
elsif (/p/) {
$_ =~ s/p/./;
$_ .= '.00';