Explorar el Código

Explicitly install before testing

Alois Mahdal hace 8 años
padre
commit
960ef960a4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      packaging/debian/rules

+ 1
- 0
packaging/debian/rules Ver fichero

9
 	make install PREFIX=/usr DESTDIR=debian/tmp
9
 	make install PREFIX=/usr DESTDIR=debian/tmp
10
 
10
 
11
 override_dh_auto_test:
11
 override_dh_auto_test:
12
+	make install PREFIX=/usr DESTDIR=debian/tmp
12
 	make test \
13
 	make test \
13
 		SHELLFU_PATH=$(shell pwd)/debian/tmp/usr/share/shellfu/include-bash
14
 		SHELLFU_PATH=$(shell pwd)/debian/tmp/usr/share/shellfu/include-bash