diff options
-rw-r--r-- | perl-install/Makefile | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index cd46ba5c2..f83ceaadb 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -72,7 +72,7 @@ dist: tar tar: clean rm -rf $(PACKAGE)*.tar* $(PACKAGE)-$(PKGVERSION) - @if [ -e "../.svn" ]; then \ + @if [ -e "../../.svn" ]; then \ $(MAKE) dist-svn; \ elif [ -e "../.git" ]; then \ $(MAKE) dist-git; \ diff --git a/perl-install/NEWS b/perl-install/NEWS index 7f1d41264..1eb3ed68a 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,7 +1,7 @@ Version 15.55 - 12 June 2013 - drakfirewall: fix config not applied (#9941) -- fix offering to install shorewall & shorewall-ipv6 when already installed +- drakboot: o fix displaying need to install acpi* packages when they're already installed o read/save choosen default entry - finish-install: |