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
commit09c0c6f0d6fa02554a2a3e0c10a2c93ae4de3583 (patch)
treee0b83713bab061c211c8aa83cfa492406398103f /packaging/SGI/spec.pl
parentc54af0f8b20e3f93c59da6a817920e1de6c4a870 (diff)
downloadsamba-09c0c6f0d6fa02554a2a3e0c10a2c93ae4de3583.tar.gz
samba-09c0c6f0d6fa02554a2a3e0c10a2c93ae4de3583.tar.bz2
samba-09c0c6f0d6fa02554a2a3e0c10a2c93ae4de3583.zip
add swat to build package
fix minor bug in findsmb (This used to be commit d21a4368d27c77b083ac30ae080649157255b9f7)
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 ab06da49f8..5557112df1 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';