diff options
author | Dan McGee <dan@archlinux.org> | 2007-10-01 23:05:18 -0500 |
---|---|---|
committer | Dan McGee <dpmcgee@gmail.com> | 2007-10-01 23:06:38 -0500 |
commit | 05d0bb6fcc284c302320272a7901084fea087b15 (patch) | |
tree | bb87a4605da7b632a457352086b7efa3d147f49f /Makefile | |
parent | d7e3a3ed63042802e4b36d949b48d7a668d59968 (diff) | |
download | devtools32-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |