summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsekret2015-10-04 22:07:13 +0200
committersekret2015-10-04 22:07:13 +0200
commit2dea4e82ee197cf46f772c51778ecfb4907c29fd (patch)
tree4c20ba80ecdcc4f58813fdbb35b109f61449a61d
parent4a629aa2d54ddf37ad75b3a1a3058fcb0a45a8d4 (diff)
downloadaur-afx2usb-linux-git.tar.gz
cleaned up PKGBUILD
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edc3f241cbe4..d4b08aa1d814 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,9 +22,9 @@ pkgver() {
}
package() {
- install -Dm644 "55-fractalaudio.rules" "$pkgdir/usr/lib/udev/rules.d/55-fractalaudio.rules"
+ install -Dm644 55-fractalaudio.rules "$pkgdir/usr/lib/udev/rules.d/55-fractalaudio.rules"
cd "$_pkgname"
- install -Dm644 "loader/axefx2load.hex" "$pkgdir/usr/share/usb/FractalAudio/axefx2/axefx2load.hex"
+ install -Dm644 loader/axefx2load.hex "$pkgdir/usr/share/usb/FractalAudio/axefx2/axefx2load.hex"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 loader/FAS-License "$pkgdir/usr/share/licenses/$pkgname/FAS-License"