summaryrefslogtreecommitdiff
path: root/source3/script/installdirs.sh
AgeCommit message (Collapse)AuthorFilesLines
2003-01-15small merges from SAMBA_3_0; mostly typos, renames, etc...Gerald Carter1-14/+11
(This used to be commit 9ac196dad4893b0ceef13281a140be5d85391e6c)
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)