aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNewoIsTaken2021-08-05 15:08:49 -0400
committerNewoIsTaken2021-08-05 15:08:49 -0400
commit2aa8b5c3ed946fc48427f4e75bd4db0729100065 (patch)
tree0e957c003272d955b50d2ebdb92e2f665855f6d4
parent17383c02792e5fac602f12a85d08a8a04ac1e191 (diff)
downloadaur-2aa8b5c3ed946fc48427f4e75bd4db0729100065.tar.gz
Change /lib to /usr/lib
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7386a00526a2..daec15e9d9d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,5 +19,5 @@ sha256sums=("e1a2b49da464a1c29ac4d339e6d2d32a930b652439f442b414d4912b906c8d66"
package() {
install -D gopro $pkgdir/usr/bin/gopro
install -D gopro_webcam.service $pkgdir/usr/lib/systemd/system/gopro_webcam.service
- install -D 60-gopro.rules $pkgdir/lib/udev/rules.d/60-gopro.rules
+ install -D 60-gopro.rules $pkgdir/usr/lib/udev/rules.d/60-gopro.rules
}