summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* use TMPDIRPascal Rigaux2004-10-051-9/+9
|
* Separate mdkinst_stage2 step in makefileRafael Garcia-Suarez2004-09-221-0/+3
|
* revert wrongly uploaded MakefileFlorent Villard2004-09-211-1/+1
|
* Added some corporate specific changesFlorent Villard2004-09-211-1/+1
|
* Handle PCMCIA on x86-64 too. Fix libs glob for live tree. Don't ship withGwenolé Beauchesne2004-08-251-2/+11
| | | | | "cdcom" modules archives in netinstallable trees.
* stage2 now builds the full mdkinst, and full_stage2 is stage2 + building ↵Pascal Rigaux2004-05-171-4/+4
| | | | mdkinst_stage2
* fix typoPascal Rigaux2004-03-011-1/+1
|
* we don't need .pod files during installPascal Rigaux2004-03-011-1/+1
| | | | | (but why aren't glib & gtk files not listed in share/list ??)
* add rule dont_run_directly_stage2Pascal Rigaux2004-02-121-0/+5
|
* remove checking "$" in po strings, perl_checker takes care of this correctlyPascal Rigaux2004-01-211-1/+0
| | | | | (ie. N("a\$b") will get string "a$b" in po which is ok, whereas N("a$b") gives an error)
* handle poulpy codeThierry Vignaud2004-01-121-4/+4
|
* runinstall2 is deprecated, install2 is called directlyPascal Rigaux2004-01-081-3/+0
|
* obsolete livedrake, live_install, live_updatePascal Rigaux2004-01-061-1/+0
|
* get rid of g_auto_install (unused & not working)Pascal Rigaux2004-01-061-1/+0
|
* allow move to build & install drakx mo files (using sudo)Pascal Rigaux2003-11-181-2/+4
|
* help Gi_perl_checkPascal Rigaux2003-09-301-0/+2
|
* don't check *all* for test_pms_all, skip horrible stuffsPascal Rigaux2003-09-301-1/+1
|
* don't remove some po's from drakxtools, only from installPascal Rigaux2003-09-181-0/+4
| | | | | (ar/fa disabled because not working at install, ga/sl not translated enough)
* since XFree86-VGA16-3.3.6-29mdk is bad, insist on having XFree86-VGA16 28mdk ↵Pascal Rigaux2003-08-301-0/+2
| | | | instead
* Use busybox in stage2 on AMD64Gwenolé Beauchesne2003-08-201-0/+3
|
* Use bash in stage2 on IA-64Gwenolé Beauchesne2003-08-131-0/+4
|
* s/head -1/head -n 1/Pascal Rigaux2003-08-011-2/+2
| | | | | (am i the only one who thinks changing head's usage is really stupid? well...)
* trying to follow the sucking of titi...Francois Pons2003-07-181-1/+1
| | | | | use perl-Gtk2 and perl-Glib files.
* remove mkswap from commands.pm, so no need anymore to have mkswap_ (the ↵Pascal Rigaux2003-07-161-1/+1
| | | | drawback is that the mkswap command won't create the device anymore)
* make sure original mkswap is still living.Francois Pons2003-07-101-1/+1
|
* fix install crashed X server because /usr/bin/true was no moreGuillaume Cottenceau2003-06-051-1/+1
| | | | | available :/
* move ugtk2 back in drakxtools on gc ideaThierry Vignaud2003-03-061-1/+1
|
* error out when a listed lang doesn't have a png lang fileGuillaume Cottenceau2003-02-271-0/+1
| | | | | | | | when doing the check of lang.pm, first show the warnings, then the errors at make-install time, remove pang lang files corresponding to disabled langs
* removed dmidecode.Francois Pons2003-02-251-2/+2
|
* added dmidecodeFrancois Pons2003-02-251-2/+2
|
* not more xpm's in shareGuillaume Cottenceau2003-02-191-1/+1
|
* themes/* is gone, no need to copy those filesPascal Rigaux2003-02-141-1/+0
|
* fix typoPascal Rigaux2003-02-131-1/+1
|
* use PerlIO-gzipPascal Rigaux2003-02-131-0/+3
|
* language/country selection change:Guillaume Cottenceau2003-02-081-2/+2
| | | | | | | | | | | | | | | - first install step is selection of your language, in your language; it uses images for that - language->country is probed, the selection of the country is possible if there was a problem, in the Summary step - in the $o big structure, we now use $o->{locale} which contains three keys: lang, country and utf8 - lang.pm has been cleaned and rewritten a bit - keyboard probing now done only on language (because this step is at the beginning of the install) - timezone probing done on country, if use changes country before timezone in the Summary, re-probe timezone accordingly
* - building srpm only does not imply having the dependancies installedThierry Vignaud2003-02-051-2/+2
| | | | | - clean more files too
* add brltty help filePascal Rigaux2003-02-041-1/+1
|
* wildcard * in share/list allowed to match multiple files, but not multiple ↵Pascal Rigaux2003-02-041-1/+1
| | | | directories
* roll back (mcc!=gi)Thierry Vignaud2003-01-271-1/+1
|
* remove warnings in packageThierry Vignaud2003-01-271-1/+1
|
* when taking files from perl-GTK2, don't /usr/lib/libDrakX/ugtk2.pm since we ↵Pascal Rigaux2003-01-061-1/+1
| | | | don't need it
* list files changes for gtk2 (is that really optimal to have utf8.pm and ↵Guillaume Cottenceau2002-12-201-3/+5
| | | | utf8_heavy.pl?)
* add "make test_pms_all"Pascal Rigaux2002-12-191-0/+3
|
* fix installation after pixel changesThierry Vignaud2002-12-131-1/+1
|
* adapt "make test_pms" to new perl_checkerPascal Rigaux2002-12-021-7/+3
|
* fix removing of pods when installing pmsPascal Rigaux2002-11-281-1/+1
|
* ugtk2.pm is temporarily not in drakxtools but in perl-GTK2Guillaume Cottenceau2002-11-261-1/+1
|
* group icons are not used, remove themPascal Rigaux2002-08-281-3/+0
|
* lib64 fixesGwenolé Beauchesne2002-08-051-1/+5
|
* - Move xf86Wacom.so modules to {i386,ppc}-specific filelistGwenolé Beauchesne2002-08-051-1/+1
| | | | | | - Make filelists lib64 aware with LIB variable - Add x86_64-specific filelist