1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00
thalos/debian/rules

12 lines
209 B
Makefile
Executable file

#!/usr/bin/make -f
include /usr/share/dpkg/default.mk
%:
dh $@ -P debian/pkgroot
override_dh_auto_build:
dh_auto_build -- GOOS=linux
override_dh_auto_install:
dh_auto_install -- PREFIX=/usr CFGDIR=/etc