summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-07-14 16:32:01 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-07-14 16:32:01 (EDT)
commit57db596822c4d3727374b258d218e8986cf3a92a (patch)
treef6759aae9e2fa86c2da4f1427df84e6c14e1f182 /build
parent1f88a9f8f183d25c0e3a4ac6d551327c79e64513 (diff)
Add build.mk files
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/build b/build
index 1c2d34f..4d73d41 100755
--- a/build
+++ b/build
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+pkgdatadir = platconf-pkg-tools.data/usr/share/platconf-pkg-tools
+
nop:
@:
@@ -8,3 +10,5 @@ build:
touch $@
install: build
+ install -D -m 0644 src/build.mk $(pkgdatadir)/build.mk
+ install -D -m 0644 src/1/build.mk $(pkgdatadir)/1/build.mk