blob: ae6789488d22e219fb73d996515cc43c88b047db (
plain)
1
2
3
4
5
6
7
8
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
|