aboutsummaryrefslogtreecommitdiff
path: root/personal/nap-utils/build
diff options
context:
space:
mode:
Diffstat (limited to 'personal/nap-utils/build')
-rwxr-xr-xpersonal/nap-utils/build4
1 files changed, 4 insertions, 0 deletions
diff --git a/personal/nap-utils/build b/personal/nap-utils/build
new file mode 100755
index 0000000..a368270
--- /dev/null
+++ b/personal/nap-utils/build
@@ -0,0 +1,4 @@
+#!/bin/sh -e
+
+make -C nap PREFIX=/usr DESTDIR="$1" install
+make -C nap-hooks PREFIX=/usr DESTDIR="$1" install