Try to find that missing man page, again

merge-requests/31/head test_1.20.1171-test4
Paul Traina 2020-11-17 14:05:27 -08:00
rodzic 79e0491750
commit 1327b7b221
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -79,7 +79,7 @@ packaging:
- mv ../*.{deb,dsc,buildinfo,tar.xz,changes} build/debian/
- echo "Building RPM packages"
- apt-get -qq -o dir::cache::archives="$APT_CACHE_DIR" install -y rpm
- rpmbuild -D "version `node ./version.js`" --build-in-place -bb --target noarch gridtracker.spec
- rpmbuild -D "version `node ./version.js`" --build-in-place --buildroot `pwd`/buildroot -bb --target noarch gridtracker.spec
- mv $HOME/rpmbuild/RPMS/noarch/gridtracker-*.noarch.rpm build/rpm
# copy the assets over to our distribution storage (testing, tag = test_.*)

Wyświetl plik

@ -31,7 +31,7 @@ make
%install
make install DESTDIR=${RPM_BUILD_ROOT}
# temporary hack to check if all of our files were installed properly
find ${RPM_BUILD_ROOT} -ls
find ${RPM_BUILD_ROOT}/usr/share/man -ls
%check
# desktop-file-validate desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop