summaryrefslogtreecommitdiffstats
path: root/source/script/installdirs.sh
Commit message (Collapse)AuthorAgeFilesLines
* r13644: Do not shift anything inside the for loop away. We ineterate over $@.Lars Müller2007-10-101-5/+0
|
* r13642: Fix install* scripts to use DESTDIR.Lars Müller2007-10-101-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.
* cosmetic fix when DESTDIR=/ (default)Gerald Carter2003-10-061-3/+5
|
* * fixing RedHat spec file for 3.0Gerald Carter2002-11-261-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
* 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