diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 2a1039fab..fc74b38f7 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -17,6 +17,7 @@ clean: check: $(MAKE) -C share/po check + perl -I. -Mlang -e 'lang::check' tar-drakxtools: clean rm -rf standalone/pixmaps |