summaryrefslogtreecommitdiffstats
path: root/packaging
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
commit66899c27cd4b475bb7974c4d6de6ecb6764fb6fb (patch)
tree524ee5fa46b80b10aea6e064be9c8cda65407892 /packaging
parent04d2773a8e3b7c7dda33cd89b3042c868a1bb8dd (diff)
downloadsamba-66899c27cd4b475bb7974c4d6de6ecb6764fb6fb.tar.gz
samba-66899c27cd4b475bb7974c4d6de6ecb6764fb6fb.tar.xz
samba-66899c27cd4b475bb7974c4d6de6ecb6764fb6fb.zip
left out a piece of my last fix for inst package version number
Diffstat (limited to 'packaging')
-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 84dbc852297..ab06da49f88 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';