From 822276704a60be901f191054685cffeaae99824e Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 01 Aug 2020 17:48:47 -0400 Subject: Initial commit --- (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..ae67894 --- /dev/null +++ b/build @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +nop build: + @: + +install: + install -D -m 0755 src/proquivs proquivs.data/usr/bin/proquivs + install -D -m 0644 src/template.ctl \ + proquivs.data/usr/share/proquivs/template.ctl -- cgit v0.9.1