summaryrefslogtreecommitdiff
path: root/source3/script/installdirs.sh
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r13644: Do not shift anything inside the for loop away. We ineterate over $@.Lars Müller1-5/+0
(This used to be commit 3aa75f0ff589a3fdeaa9daa5ae75b3381c3e8eea)
2007-10-10r13642: Fix install* scripts to use DESTDIR.Lars Müller1-6/+10
Always pass the INSTALLPERMS and DESTDIR as first and second arg to the scripts. No longer prepend DESTDIR to the remaining args. To fix bug #3282 it is important _not_ to prepend DESTDIR to the source of the sym link pointing to smbmount. (This used to be commit c38adf71317f2c898ee10cad8068e942835199c9)
2003-10-06cosmetic fix when DESTDIR=/ (default)Gerald Carter1-3/+5
(This used to be commit e660b5752aa129c49b0b665845de2fe4c160be00)
2002-11-26* fixing RedHat spec file for 3.0Gerald Carter1-14/+11
* updating Makefile & configure script to use CONFIGDIR & VFSLIBDIR * set LIBDIR to ${prefix}/lib/samba when --with-fhs is enabled * make installdirs take an arbitrary number of arguements (This used to be commit f0d09cf676bc335e8fde9fe730730f2949411a54)
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)