diff options
author | Thierry Vignaud <tv@mandriva.org> | 2010-03-17 11:22:09 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2010-03-17 11:22:09 +0000 |
commit | 510102392552555bfa4699760ae9de244e56c99f (patch) | |
tree | 88b2567f773b05c0352c4cdf3dd75e62880af910 /perl-install/Makefile.config | |
parent | 2ae7e3cd0d0473a628907ea12c01d81ce8ea24dd (diff) | |
download | drakx-510102392552555bfa4699760ae9de244e56c99f.tar drakx-510102392552555bfa4699760ae9de244e56c99f.tar.gz drakx-510102392552555bfa4699760ae9de244e56c99f.tar.bz2 drakx-510102392552555bfa4699760ae9de244e56c99f.tar.xz drakx-510102392552555bfa4699760ae9de244e56c99f.zip |
package display_release_notes.pl so that "release notes" button works in Ones &
Flash live media (#58199) (broken since version 12.48 - 7 September 2009)
Diffstat (limited to 'perl-install/Makefile.config')
-rw-r--r-- | perl-install/Makefile.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index da1239ab5..ef0ee7a4b 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -9,7 +9,7 @@ SO_FILES = c/blib/arch/auto/c/c.so PMS_DIRS = c diskdrake harddrake interactive modules partition_table resize_fat security fs fs/remote PMS = *.pm $(PMS_DIRS:%=%/*.pm) install/*.pm install/help/*.pm install/commands install/install2 -STANDALONEPMS_ = adduserdrake bootloader-config display_help diskdrake drakauth drakboot drakbug drakbug_report drakclock drakedm drakdvb drakfont drakhelp drakperm draksec draksound drakupdate_fstab drakups drakxservices drakxtv fileshareset finish-install harddrake2 localedrake logdrake lsnetdrake notify-x11-free-driver-switch remove-unused-packages scannerdrake service_harddrake service_harddrake_confirm +STANDALONEPMS_ = adduserdrake bootloader-config display_help display_release_notes.pl diskdrake drakauth drakboot drakbug drakbug_report drakclock drakedm drakdvb drakfont drakhelp drakperm draksec draksound drakupdate_fstab drakups drakxservices drakxtv fileshareset finish-install harddrake2 localedrake logdrake lsnetdrake notify-x11-free-driver-switch remove-unused-packages scannerdrake service_harddrake service_harddrake_confirm STANDALONEPMS = $(STANDALONEPMS_:%=standalone/%) ALLPMS = $(PMS) $(STANDALONEPMS) |