summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* enable ar and fa locales since an arabic font is now available in installOlivier Blin2004-08-021-2/+1
|
* adapt to new directories layout:Pascal Rigaux2004-07-261-4/+5
| | | | | | | | | | | - Mandrake/mdkinst -> install/stage2/live - Mandrake/base/mdkinst_stage2.bz2 -> install/stage2/mdkinst_stage2.bz2 - Mandrake/base/rpmsrate -> media/media_info/rpmsrate - Mandrake/RPMS -> media/main - images -> install/images - isolinux -> install/isolinux - Mandrake/share/advertising -> install/extra/advertising
* remove historical consolehelper files (pam.d and console.apps)Daouda Lo2004-07-171-1/+1
|
* replace lang::get_unneeded_png_lang_files() with lang::png_lang_filesPascal Rigaux2004-07-091-2/+3
|
* ensure "*" to wildcard a directory in share/list match only oncePascal Rigaux2004-07-091-1/+1
|
* add missing share/net_monitor.desktopPascal Rigaux2004-06-291-1/+1
|
* allow easy tracing of stage2Pascal Rigaux2004-06-151-0/+4
|
* remove PERL_INSTALL_DEBUG code modifying install2 (unused and not working ↵Pascal Rigaux2004-06-151-5/+0
| | | | anyway)
* Remove an obsolete check for XFree86-VGA16Rafael Garcia-Suarez2004-05-171-3/+0
|
* instead of keeping stage1 (mostly as temporary space but with a fixed size, ↵Pascal Rigaux2004-05-171-4/+4
| | | | | | | and for the background init), exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove)
* instead of keeping stage1 (mostly as temporary space but with a fixed size, ↵Pascal Rigaux2004-05-131-1/+5
| | | | | | | and for the background init), exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove)
* use busybox when dont_run_directly_stage2Pascal Rigaux2004-05-121-1/+1
|
* 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
|