From d99db036fdc356530e51d7fee939f75a45c4221c Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 12 May 2003 15:25:38 +0000 Subject: obsolete grpmi by gurpm.pm (from urpmi) sharing code between gurpmi and rpmdrake --- grpmi/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'grpmi/Makefile') diff --git a/grpmi/Makefile b/grpmi/Makefile index 94233fb0..29be902e 100644 --- a/grpmi/Makefile +++ b/grpmi/Makefile @@ -13,7 +13,7 @@ # #***************************************************************************** -DIRS = curl_download rpm po +DIRS = curl_download PREFIX = /usr/local DATADIR = $(PREFIX)/share @@ -30,11 +30,6 @@ install: $(ALL) @for n in $(DIRS); do \ (cd $$n; $(MAKE) install) \ done - install -d $(SBINDIR) - install grpmi.pl $(SBINDIR)/grpmi - perl -pi -e 's|use strict.*||' $(SBINDIR)/grpmi - perl -pi -e 's|use vars.*||' $(SBINDIR)/grpmi - perl -pi -e 's|use diagnostics.*||' $(SBINDIR)/grpmi clean: @for n in $(DIRS); do \ -- cgit v1.2.1