pentix / qjournalctl

A multi-platform, Qt-based frontend for systemd's journalctl command. Accepting local as well as remote (SSH) data sources.
GNU General Public License v3.0
166 stars 17 forks source link

Fix /usr/share files installation path in deb package #79

Closed brenard closed 2 years ago

brenard commented 2 years ago

Currently, the debian package create a /files/usr/share directory instead of /usr/share. It's due to a missing slash in _buiddeb.sh file.

pentix commented 2 years ago

Hey there! :) Thanks again for the fixes!

It seems like this pull request contains the changes of this as well as your previous pull request and also "plain merge commits", that's why I decided to clean things a bit up. I directly cherry-picked your fix onto the master branch, so it's all merged now, but without re-adding the same commits again!

Thank you :)