summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
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