summaryrefslogtreecommitdiff
path: root/source3/script/installdirs.sh
AgeCommit message (Collapse)AuthorFilesLines
2002-03-13Move the directory creation process outside the 'installbin.sh' script, andAndrew Bartlett1-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 (This used to be commit c7a883df28da9dd6fb88198df22c4d78bf8acd8b)