git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04d2773
)
left out a piece of my last fix for inst package version number
author
Herb Lewis
<herb@samba.org>
Wed, 14 Jan 1998 02:47:36 +0000
(
02:47
+0000)
committer
Herb Lewis
<herb@samba.org>
Wed, 14 Jan 1998 02:47:36 +0000
(
02:47
+0000)
packaging/SGI/spec.pl
patch
|
blob
|
history
diff --git
a/packaging/SGI/spec.pl
b/packaging/SGI/spec.pl
index 84dbc852297c8823bf7e141fe1472219816ee8fb..ab06da49f88068651405682d2c88104694aaf8d5 100755
(executable)
--- 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';