From 3b90e4342979fa5a55ccb956bc3d86c7882c3bd0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 5 Nov 2003 12:11:53 +0000 Subject: logrotate conf file is already in main source, so there's no need for extra copy around as another external source --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fcb040ae..37a72bc4 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,6 @@ RPM=$(HOME)/rpm NAME = urpmi TAR = $(NAME).tar.bz2 -LOG = $(NAME).logrotate .PHONY: install clean rpm test @@ -46,7 +45,6 @@ tar: clean rpm: tar cp -f ../$(TAR) $(RPM)/SOURCES - cp -f $(LOG) $(RPM)/SOURCES cp -f $(NAME).spec $(RPM)/SPECS/ -rpm -ba $(NAME).spec rm -f ../$(TAR) -- cgit v1.2.1