diff options
author | Herb Lewis <herb@samba.org> | 1998-03-17 01:09:14 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 1998-03-17 01:09:14 +0000 |
commit | c53ca2cc2fff39afc917c280196995fde159af94 (patch) | |
tree | 352ed6d438970fff40540382f32df15100d226a5 /packaging | |
parent | 734dde8d686827c387e17922fa6ac56af60780d9 (diff) | |
download | samba-c53ca2cc2fff39afc917c280196995fde159af94.tar.gz samba-c53ca2cc2fff39afc917c280196995fde159af94.tar.xz samba-c53ca2cc2fff39afc917c280196995fde159af94.zip |
fix typos
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/SGI/idb.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/SGI/idb.pl b/packaging/SGI/idb.pl index 2e04fc07161..68dcedf6600 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) { |