left out a piece of my last fix for inst package version number
authorHerb Lewis <herb@samba.org>
Wed, 14 Jan 1998 02:47:36 +0000 (02:47 +0000)
committerHerb Lewis <herb@samba.org>
Wed, 14 Jan 1998 02:47:36 +0000 (02:47 +0000)
(This used to be commit 66899c27cd4b475bb7974c4d6de6ecb6764fb6fb)

packaging/SGI/spec.pl

index 84dbc852297c8823bf7e141fe1472219816ee8fb..ab06da49f88068651405682d2c88104694aaf8d5 100755 (executable)
@@ -21,6 +21,7 @@ if (/alpha/) {
 elsif (/p/) {
   $_ =~ s/p/./;
   $_ .= '.00';
+  $patch = 1;
 }
 else {
  $_ .='.01.00';