4 lines
59 B
Bash
Executable file
4 lines
59 B
Bash
Executable file
#! /bin/sh
|
|
set -e
|
|
|
|
MAN_TEST_INSTALLED=1 debian/rules build
|