Browse Source

Explicitly install before testing

Turns out that dehbelper does not install the package on its own so
we have to deal with it manually.
Alois Mahdal 6 years ago
parent
commit
ee667a8f74
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      packaging/debian/rules

+ 1
- 0
packaging/debian/rules View File

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