From d53388fb90ee9594e07b8f00cc45436e6318c972 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 6 Jan 2008 10:23:49 -0600 Subject: install: install prototype PKGBUILD and install to datadir Move the prototypes out of contrib/ and into the top level directory, and install them to what is usually /usr/share/pacman/ on a package install. Signed-off-by: Dan McGee --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 307a7d68..6453555e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,10 @@ endif # AUTHORS, COPYING, NEWS, README EXTRA_DIST = HACKING +# Sample makepkg prototype files +pkgdatadir = ${datadir}/${PACKAGE} +dist_pkgdata_DATA = PKGBUILD.proto proto.install + # run the pactest test suite check-local: src/pacman $(PYTHON) $(top_srcdir)/pactest/pactest.py --debug=1 \ -- cgit v1.2.3-24-g4f1b