summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/Makefile5
-rw-r--r--perl-install/install/NEWS2
2 files changed, 7 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 17e4d3790..00b513f06 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -79,3 +79,8 @@ pixel_standalone_links:
rm -rf .standalone_apps.swa
mkdir .standalone_apps.swa
for i in $(STANDALONEPMS_); do ln -sf ../standalone/$$i .standalone_apps.swa/$$i.pm; done
+
+check_perl_checker:
+ rm -f share/po/libDrakX.pot install/share/po/DrakX.pot
+ @make -C share/po libDrakX.pot
+ @make -C install/share/po DrakX.pot
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 3c39d3157..a0ba924b3 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,4 +1,6 @@
- finall banner
+- add a basic testsuite (ensuring it compiles) in order to prevent
+ future crashes like #50009
- do not offer to stop the install when kde3 is installed since kde3
to kde4 upgrade is now done
- fix checking for kde3 (which is now in /opt)