Skip to content

Commit

Permalink
[debian] *.install: Remove the leading slashes.
Browse files Browse the repository at this point in the history
Not needed, and can potentially cause issues when building.
  • Loading branch information
GerbilSoft committed Aug 7, 2022
1 parent a3ed8f8 commit 38673d1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion debian/nusresign.install
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/usr/bin/nusresign
usr/bin/nusresign
8 changes: 4 additions & 4 deletions debian/qrvthtool.install
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/usr/bin/qrvthtool
/usr/share/applications/com.gerbilsoft.qrvthtool.desktop
/usr/share/icons/hicolor/*/apps/qrvthtool.png
/usr/share/metainfo/com.gerbilsoft.qrvthtool.metainfo.xml
usr/bin/qrvthtool
usr/share/applications/com.gerbilsoft.qrvthtool.desktop
usr/share/icons/hicolor/*/apps/qrvthtool.png
usr/share/metainfo/com.gerbilsoft.qrvthtool.metainfo.xml
2 changes: 1 addition & 1 deletion debian/rvthtool.install
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/usr/bin/rvthtool
usr/bin/rvthtool
2 changes: 1 addition & 1 deletion debian/wadresign.install
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/usr/bin/wadresign
usr/bin/wadresign

0 comments on commit 38673d1

Please sign in to comment.