Skip to content
Snippets Groups Projects
Commit 376e2315 authored by Dan McGee's avatar Dan McGee
Browse files

Update makefile for new chroot tools


Signed-off-by: default avatarDan McGee <dan@archlinux.org>
parent a6863ff7
No related branches found
No related tags found
No related merge requests found
all:
install:
# extrapkg/checkpkg and friends
mkdir -p $(DESTDIR)/usr/bin
install -m 755 checkpkg $(DESTDIR)/usr/bin
install -m 755 extrapkg $(DESTDIR)/usr/bin
install -m 755 mkarchroot $(DESTDIR)/usr/bin
ln -s extrapkg $(DESTDIR)/usr/bin/corepkg
ln -s extrapkg $(DESTDIR)/usr/bin/testingpkg
ln -s extrapkg $(DESTDIR)/usr/bin/unstablepkg
# new chroot tools, only usable by root
mkdir -p $(DESTDIR)/usr/sbin
install -m 755 mkarchroot $(DESTDIR)/usr/sbin
install -m 755 makechrootpkg $(DESTDIR)/usr/sbin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment