summaryrefslogtreecommitdiff
path: root/packaging/SGI/spec.pl
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-01-14 02:47:36 +0000
committerHerb Lewis <herb@samba.org>1998-01-14 02:47:36 +0000
commit28ba0fb270ca1fe738a4143f5216257686b1d8c5 (patch)
tree02cf4e572a335cf91147b69c8a0ab21b944a5a1e /packaging/SGI/spec.pl
parent08e00050f14420dee205779c275b51bd820a87f8 (diff)
downloadsamba-28ba0fb270ca1fe738a4143f5216257686b1d8c5.tar.gz
samba-28ba0fb270ca1fe738a4143f5216257686b1d8c5.tar.bz2
samba-28ba0fb270ca1fe738a4143f5216257686b1d8c5.zip
left out a piece of my last fix for inst package version number
(This used to be commit 66899c27cd4b475bb7974c4d6de6ecb6764fb6fb)
Diffstat (limited to 'packaging/SGI/spec.pl')
-rwxr-xr-xpackaging/SGI/spec.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/SGI/spec.pl b/packaging/SGI/spec.pl
index 84dbc85229..ab06da49f8 100755
--- a/packaging/SGI/spec.pl
+++ b/packaging/SGI/spec.pl
@@ -21,6 +21,7 @@ if (/alpha/) {
elsif (/p/) {
$_ =~ s/p/./;
$_ .= '.00';
+ $patch = 1;
}
else {
$_ .='.01.00';