Files
certmanager/debian/rules
Олег Бородин 6a3290b9ac certmanager updates
2024-08-12 17:41:49 +02:00

15 lines
187 B
Makefile
Executable File

#!/usr/bin/make -f
%:
# dh $@ --with autoreconf
dh $@
# ./configure --prefix=/usr
# dh_build
# dh_install
# dh_auto_clean
override_dh_auto_configure:
./configure --prefix=/usr
#EOF