From 2fb6e1a6512047ea1d7f9a31bdce5e1561682fb9 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 6 Mar 2009 17:51:53 +0000 Subject: abuild: fixes for new install scripts --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 46877ab..f52bd16 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,8 @@ PACKAGE=abuild VERSION:=$(shell awk -F= '$$1 == "abuild_ver" {print $$2}' abuild) USR_BIN_FILES=abuild devbuild mkalpine buildrepo -SAMPLES=sample.APKBUILD sample.initd sample.confd sample.install +SAMPLES=sample.APKBUILD sample.initd sample.confd sample.pre-install \ + sample.post-install DISTFILES=$(USR_BIN_FILES) $(SAMPLES) Makefile abuild.conf \ -- cgit v1.2.3