Skip to content

Commit

Permalink
xdg-settings wasn't getting installed (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey authored Oct 5, 2023
1 parent 5271454 commit f5bbb99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ oxide-utils() {
install -D -m 755 -t "$pkgdir"/opt/bin "$srcdir"/release/opt/bin/xdg-desktop-menu
install -D -m 755 -t "$pkgdir"/opt/bin "$srcdir"/release/opt/bin/xdg-desktop-icon
install -D -m 755 -t "$pkgdir"/opt/bin "$srcdir"/release/opt/bin/xdg-open
install -D -m 755 -t "$pkgdir"/opt/bin "$srcdir"/release/opt/bin/xdg-settings
install -D -m 755 -t "$pkgdir"/opt/bin "$srcdir"/release/opt/bin/gio
}
}
Expand Down

0 comments on commit f5bbb99

Please sign in to comment.