summaryrefslogtreecommitdiffstats
path: root/source/script/installdirs.sh
Commit message (Collapse)AuthorAgeFilesLines
* small merges from SAMBA_3_0; mostly typos, renames, etc...Gerald Carter2003-01-151-14/+11
|
* Move the directory creation process outside the 'installbin.sh' script, andAndrew Bartlett2002-03-131-0/+20
into its own. The 'installdirs' makefile entry didn't do anything on my laptop, so it has been replaced with the section from installbin.sh. This also fixes the bug that we ignored the setting of $(PRIVATEDIR) when making the directories. Finally, link pam_winbind with .po objects only, not a mix of .o and .po (as per Don Mccall's request). Andrew Bartlett