summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e066e35..d5da5a0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PACKAGE=abuild
VERSION=0.3
-DISTFILES=Makefile abuild abuild.conf
+DISTFILES=Makefile abuild abuild.conf APKBUILD.proto
prefix ?= /usr
sysconfdir ?= /etc
@@ -13,10 +13,12 @@ help:
@echo "usage: make install [ DESTDIR=<path> ]"
@echo " make dist"
-install:
- mkdir -p $(DESTDIR)/$(prefix)/bin $(DESTDIR)/$(sysconfdir)
+install: abuild abuild.conf APKBUILD.proto
+ mkdir -p $(DESTDIR)/$(prefix)/bin $(DESTDIR)/$(sysconfdir) \
+ $(DESTDIR)/$(prefix)/share/abuild
cp abuild $(DESTDIR)/$(prefix)/bin/
cp abuild.conf $(DESTDIR)/$(sysconfdir)/
+ cp APKBUILD.proto $(DESTDIR)/$(prefix)/share/abuild
dist: $(P).tar.gz