summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-10-02 06:05:18 +0200
committerDan McGee <dpmcgee@gmail.com>2007-10-02 06:06:38 +0200
commit05d0bb6fcc284c302320272a7901084fea087b15 (patch)
treebb87a4605da7b632a457352086b7efa3d147f49f /Makefile
parentd7e3a3ed63042802e4b36d949b48d7a668d59968 (diff)
downloaddevtools-05d0bb6fcc284c302320272a7901084fea087b15.tar.gz
devtools-05d0bb6fcc284c302320272a7901084fea087b15.tar.xz
Updates for makepkg3 and current -> core change
Taken from makepkg3.patch that was in the PKGBUILD tree. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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