summaryrefslogtreecommitdiff
path: root/packaging/SGI
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-03-17 01:09:14 +0000
committerHerb Lewis <herb@samba.org>1998-03-17 01:09:14 +0000
commit7a60caa1186dc84d6e590b968e072cdb448b6335 (patch)
tree479aeaa228d7d1e9e41b58d7546c643020437552 /packaging/SGI
parentf912f5d872c346951347bb81116136dcc937ac96 (diff)
downloadsamba-7a60caa1186dc84d6e590b968e072cdb448b6335.tar.gz
samba-7a60caa1186dc84d6e590b968e072cdb448b6335.tar.bz2
samba-7a60caa1186dc84d6e590b968e072cdb448b6335.zip
fix typos
(This used to be commit c53ca2cc2fff39afc917c280196995fde159af94)
Diffstat (limited to 'packaging/SGI')
-rwxr-xr-xpackaging/SGI/idb.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/SGI/idb.pl b/packaging/SGI/idb.pl
index 2e04fc0716..68dcedf660 100755
--- a/packaging/SGI/idb.pl
+++ b/packaging/SGI/idb.pl
@@ -101,7 +101,7 @@ while(@bins) {
print IDB "f 0755 root sys usr/samba/bin/$nextfile packaging/SGI/$nextfile samba.sw.base\n";
}
elsif ($nextfile eq "swat") {
- print IDB "f 4755 root sys usr/samba/bin/$nextfile packaging/SGI/$nextfile samba.sw.base\n";
+ print IDB "f 4755 root sys usr/samba/bin/$nextfile source/$nextfile samba.sw.base\n";
}
elsif ($nextfile eq "sambalp") {
print IDB "f 0755 root sys usr/samba/bin/$nextfile packaging/SGI/$nextfile samba.sw.base\n";
@@ -140,7 +140,7 @@ if (@codepage) {
}
}
print IDB "f 0644 root sys usr/samba/lib/smb.conf packaging/SGI/smb.conf samba.sw.base config(update)\n";
-print IDB "f 0755 root sys usr/samba/mkprintcap.sh packaging/SGI/mkprintcap.sh samba.sw.base
+print IDB "f 0755 root sys usr/samba/mkprintcap.sh packaging/SGI/mkprintcap.sh samba.sw.base\n";
print IDB "d 0755 root sys usr/samba/src packaging/SGI samba.src.samba\n";
while (@allfiles) {