From 2456c340fc3bd7441d9cdf9dcc415b5c6f194657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Jorge?= Date: Wed, 12 Jun 2013 19:16:40 +0000 Subject: oops fixed bad edit --- perl-install/Makefile | 2 +- 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: -- cgit v1.2.1