From 05d0bb6fcc284c302320272a7901084fea087b15 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 1 Oct 2007 23:05:18 -0500 Subject: Updates for makepkg3 and current -> core change Taken from makepkg3.patch that was in the PKGBUILD tree. Signed-off-by: Dan McGee --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7666a54..15d3b3b 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,6 @@ install: mkdir -p $(DESTDIR)/usr/bin install -m 755 checkpkg $(DESTDIR)/usr/bin install -m 755 extrapkg $(DESTDIR)/usr/bin - ln -s extrapkg $(DESTDIR)/usr/bin/currentpkg + ln -s extrapkg $(DESTDIR)/usr/bin/corepkg ln -s extrapkg $(DESTDIR)/usr/bin/testingpkg ln -s extrapkg $(DESTDIR)/usr/bin/unstablepkg -- cgit v1.2.3-24-g4f1b