Skip to content

Commit

Permalink
Fix /usr/share files installation path in deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
brenard authored and pentix committed Mar 24, 2022
1 parent c683cad commit b216780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/deb/build_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ QT_SELECT=qt5 qmake /source/qjournalctl.pro -r -spec linux-g++ CONFIG+=release
make -j$(nproc)

# Move required files
cp -r /source/packaging/files "$OUT/"
cp -r /source/packaging/files/ "$OUT/"
mkdir -p "$OUT/usr/bin"
mv qjournalctl "$OUT/usr/bin"

Expand Down

0 comments on commit b216780

Please sign in to comment.