diff options
author | Herb Lewis <herb@samba.org> | 1998-01-28 11:45:57 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 1998-01-28 11:45:57 +0000 |
commit | afafae133f32f33ae642662a7e9cbb427ce4691a (patch) | |
tree | 91d497423143eac3451946e11b264f1306af9a8f /packaging/SGI | |
parent | be395f4bce2863f4bd131793ea37f47f05e4151f (diff) | |
download | samba-afafae133f32f33ae642662a7e9cbb427ce4691a.tar.gz samba-afafae133f32f33ae642662a7e9cbb427ce4691a.tar.xz samba-afafae133f32f33ae642662a7e9cbb427ce4691a.zip |
get rid of reference to removed file
Diffstat (limited to 'packaging/SGI')
-rwxr-xr-x | packaging/SGI/idb.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/SGI/idb.pl b/packaging/SGI/idb.pl index c698a7f60af..993ec73f79b 100755 --- a/packaging/SGI/idb.pl +++ b/packaging/SGI/idb.pl @@ -55,7 +55,7 @@ if (@codepage) { } # add my local files to the list of binaries to install -@bins = sort (@sprogs,@progs,@progs1,@scripts,("psfixes.pl","sambalp","smbprint")); +@bins = sort (@sprogs,@progs,@progs1,@scripts,("sambalp","smbprint")); # the files installed in docs include all the original files in docs plus all # the "*.doc" files from the source tree |