Index: makepkg.sh.tmpl --- makepkg.sh.tmpl Tue Sep 16 15:01:09 2003 +++ makepkg.sh.codepages Tue Sep 16 14:58:20 2003 @@ -42,6 +42,14 @@ echo s none /usr/lib/nss_winbind.so.2=/usr/lib/libnss_winbind.so 0755 root other fi + # add the .dat codepages + echo "#\n# Codepages \n#" + for file in $DISTR_BASE/source/codepages/*.dat ; do + bfile=`basename $file` + echo f none /usr/local/samba/lib/$bfile=source/codepages/$bfile + done + + # Add the manpages echo "#\n# man pages \n#" echo d none /usr ? ? ?