Преглед на файлове

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 преди 7 години
родител
ревизия
ee667a8f74
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1
    0
      packaging/debian/rules

+ 1
- 0
packaging/debian/rules Целия файл

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