summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyem2021-12-14 00:02:07 +0000
committerXyem2021-12-14 00:02:07 +0000
commit42b41a5e0ed6859f14c34531cb5c03c3b4f196e1 (patch)
treeb5756ed807a93f44ac23d2b1cb09529cd362233a
parentff46d0a354fce6ee27e66d85a1d62a2a2d8ed360 (diff)
downloadaur-42b41a5e0ed6859f14c34531cb5c03c3b4f196e1.tar.gz
Fix file install path
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eee22a208a6d..5ba28178da9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,5 +12,5 @@ source=('http://www.thingiverse.com/download:479705')
md5sums=('b97833567bdc0e084ae226ca7dc0a722')
package() {
- install -Dm644 'download:479705' "$pkgdir/usr/share/geany/filetypes.OpenSCAD.conf"
+ install -Dm644 'download:479705' "$pkgdir/usr/share/geany/filedefs/filetypes.OpenSCAD.conf"
}