Skip to content

Commit

Permalink
Fix liboxide path
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Jun 6, 2023
1 parent 1bb631d commit 9732329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/oxide/package
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ liboxide() {
section="devel"

package() {
install -D -m 755 -t "$pkgdir"/opt/usr/lib "$srcdir"/release/opt/usr/lib/libliboxide.so*
install -D -m 755 -t "$pkgdir"/opt/lib "$srcdir"/release/opt/lib/libliboxide.so*
}
}

Expand Down

0 comments on commit 9732329

Please sign in to comment.